diff -r e46fc3ddce87 x11/pixman/Makefile --- a/x11/pixman/Makefile Sun Dec 02 23:55:16 2018 -0500 +++ b/x11/pixman/Makefile Sun Dec 02 18:48:41 2018 -0500 @@ -28,6 +28,8 @@ .if ${ARCH} == "armv6" || ${ARCH} == "armv7" BUILD_DEPENDS+= ${LOCALBASE}/bin/as:devel/binutils CONFIGURE_ENV+= CCASFLAGS="${CFLAGS} -no-integrated-as" +CONFIGURE_ARGS+= --disable-arm-neon \ + --disable-arm-simd .endif .if ${ARCH} == "powerpc64" || ${ARCH} == "powerpc"