diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2010-05-11 18:51:22 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2010-05-11 18:51:22 +0000 |
commit | 7bbe91349c80462c90a95ccba98e29cbc9dd0d30 (patch) | |
tree | 7b576c5824c6e7d99a23036e3222ce4975458c68 /lib/pixman | |
parent | 333c8672555cd157918b7a5dc4d87e11e92578f6 (diff) |
allow gcc4 switch, okay matthieu@
Diffstat (limited to 'lib/pixman')
-rw-r--r-- | lib/pixman/Makefile.bsd-wrapper | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/pixman/Makefile.bsd-wrapper b/lib/pixman/Makefile.bsd-wrapper index 8f45708dc..d5a2b0a6f 100644 --- a/lib/pixman/Makefile.bsd-wrapper +++ b/lib/pixman/Makefile.bsd-wrapper @@ -1,8 +1,10 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.9 2010/03/25 21:58:52 matthieu Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.10 2010/05/11 18:51:21 espie Exp $ + +.include <bsd.own.mk> SHARED_LIBS= pixman-1 16.6 -.if ${MACHINE} == amd64 +.if ${MACHINE} == amd64 && !${COMPILER_VERSION:L:Mgcc4*} CONFIGURE_ARGS += --disable-sse2 .endif |