x11/pixman: allow altivec on powerpc with compatible MACHINE_CPU

2023Q3
Piotr Kubaj 2023-06-17 23:38:16 +02:00
parent bf627c4418
commit eb81728104
1 changed files with 1 additions and 1 deletions

View File

@ -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