diff --git a/lib/pixman/Makefile.bsd-wrapper b/lib/pixman/Makefile.bsd-wrapper index 40305de5c..7c84f4498 100644 --- a/lib/pixman/Makefile.bsd-wrapper +++ b/lib/pixman/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.26 2021/07/25 15:16:31 matthieu Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.27 2023/07/05 15:52:50 tb Exp $ .include @@ -7,5 +7,8 @@ SHARED_LIBS= pixman-1 40.0 .if ${MACHINE_ARCH} == arm CONFIGURE_ARGS += --disable-arm-simd --disable-arm-neon .endif +.if ${MACHINE_ARCH} == aarch64 +CONFIGURE_ARGS += --disable-arm-a64-neon +.endif .include