summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2010-10-04 05:46:55 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2010-10-04 05:46:55 +0000
commit5e35e8814fe78907f51a01996dc1907970c88d9c (patch)
tree7542f6b98f0812f8b2e192384d8829eb14144e6b
parent0b0c9edd35ef7a26d7a1292ed1c904aa93184d0f (diff)
g/c some old amd64 bits from pixman's Makefile.bsd-wrapper.
from Brad. Thanks.
-rw-r--r--lib/pixman/Makefile.bsd-wrapper6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/pixman/Makefile.bsd-wrapper b/lib/pixman/Makefile.bsd-wrapper
index 3927b889a..2c64b808b 100644
--- a/lib/pixman/Makefile.bsd-wrapper
+++ b/lib/pixman/Makefile.bsd-wrapper
@@ -1,13 +1,9 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.12 2010/10/03 18:30:04 matthieu Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.13 2010/10/04 05:46:54 matthieu Exp $
.include <bsd.own.mk>
SHARED_LIBS= pixman-1 18.4
-.if ${MACHINE} == amd64 && !${COMPILER_VERSION:L:Mgcc4*}
-CONFIGURE_ARGS += --disable-sse2
-.endif
-
.if ${MACHINE_ARCH} == arm
CONFIGURE_ARGS += --disable-arm-simd --disable-arm-neon
.endif