From 546574439de1bfc9bd4fdbdf24fae8585e36c792 Mon Sep 17 00:00:00 2001 From: matthieu Date: Fri, 12 Jun 2009 09:16:54 +0000 Subject: [PATCH] unbreak arm builds by disabling simd and neon support for now. --- lib/pixman/Makefile.bsd-wrapper | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/pixman/Makefile.bsd-wrapper b/lib/pixman/Makefile.bsd-wrapper index 63b440407..310364807 100644 --- a/lib/pixman/Makefile.bsd-wrapper +++ b/lib/pixman/Makefile.bsd-wrapper @@ -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