summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2007-09-04 20:05:48 +0000
committerabs <abs@pkgsrc.org>2007-09-04 20:05:48 +0000
commit95244d507d779a90d016596dadb1945da9b8c962 (patch)
tree01389b9a8ce31f8ecdebbff2e9075481532529fd /emulators
parent22b22478cae342df61a9d4ce6430509782e71295 (diff)
downloadpkgsrc-95244d507d779a90d016596dadb1945da9b8c962.tar.gz
Add -msse2 to the list of CFLAGS which break qemu
Diffstat (limited to 'emulators')
-rw-r--r--emulators/qemu/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile
index 3d0582b5f53..053e04183cd 100644
--- a/emulators/qemu/Makefile
+++ b/emulators/qemu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2007/07/09 20:01:45 xtraeme Exp $
+# $NetBSD: Makefile,v 1.47 2007/09/04 20:05:48 abs Exp $
#
DISTNAME= qemu-0.9.0
@@ -46,7 +46,7 @@ REPLACE_PERL+= texi2pod.pl
# Remove -march/-mcpu from CFLAGS, otherwise it will fail
# to build in the SSE code.
-BUILDLINK_TRANSFORM+= rm-optarg:-march rm-optarg:-mcpu
+BUILDLINK_TRANSFORM+= rm-optarg:-march rm-optarg:-mcpu rm:-msse2
# Does not build with the stack protector
.if ${OPSYS} == "DragonFly"