unbreak arm builds by disabling simd and neon support for now.

This commit is contained in:
matthieu 2009-06-12 09:16:54 +00:00
parent 48a5587e8a
commit 546574439d

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.bsd-wrapper,v 1.7 2009/06/05 20:14:27 matthieu Exp $
# $OpenBSD: Makefile.bsd-wrapper,v 1.8 2009/06/12 09:16:54 matthieu Exp $
SHARED_LIBS= pixman-1 15.8
@ -6,4 +6,8 @@ SHARED_LIBS= pixman-1 15.8
CONFIGURE_ARGS += --disable-sse2
.endif
.if ${MACHINE_ARCH} == arm
CONFIGURE_ARGS += --disable-arm-simd --disable-arm-neon
.endif
.include <bsd.xorg.mk>