diff options
Diffstat (limited to 'graphics/pixman/Makefile')
-rw-r--r-- | graphics/pixman/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/graphics/pixman/Makefile b/graphics/pixman/Makefile index cc2b18a..8668922 100644 --- a/graphics/pixman/Makefile +++ b/graphics/pixman/Makefile @@ -1,8 +1,8 @@ COMMENT = low-level software library for pixel manipulation -DISTNAME = pixman-0.43.4 +DISTNAME = pixman-0.44.0 -SHARED_LIBS = pixman-1 43.4 +SHARED_LIBS = pixman-1 44.0 CATEGORIES = graphics @@ -34,8 +34,10 @@ CONFIGURE_ARGS += -Dvmx=disabled .if ${MACHINE_ARCH} != arm CONFIGURE_ARGS += -Darm-simd=disabled \ -Dneon=disabled \ - -Da64-neon=disabled \ - -Diwmmxt=disabled + -Da64-neon=disabled +.endif +.if ${MACHINE_ARCH} != riscv64 +CONFIGURE_ARGS += -Drvv=disabled .endif .include <bsd.port.mk> |