diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2024-11-08 12:04:58 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2024-11-08 12:07:09 +0100 |
commit | a7b738bced73617ea24f9bed86b511d8878cfa65 (patch) | |
tree | 7671e2a8f013ad2cfdba1cf725352cd6bb1f2379 /graphics/pixman/Makefile | |
parent | f0b342a7af7a2ff0a1597947d1c209a4b8397106 (diff) |
graphics/pixman: update to 0.44.0
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> |