aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11/pixman/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/pixman/Makefile b/x11/pixman/Makefile
index a8861eb163d8..226db1a7a695 100644
--- a/x11/pixman/Makefile
+++ b/x11/pixman/Makefile
@@ -29,7 +29,7 @@ CONFIGURE_ENV+= CCASFLAGS="${CFLAGS} -B${LOCALBASE}/bin -no-integrated-as"
LLD_UNSAFE= yes
.elif ${ARCH} == "aarch64"
CONFIGURE_ARGS+= --disable-arm-a64-neon
-.elif ${ARCH} == "powerpc"
+.elif (defined(MACHINE_CPU) && !${MACHINE_CPU:Maltivec}) || (${ARCH} == powerpc && !defined(MACHINE_CPU))
CONFIGURE_ARGS+= --disable-vmx
.endif