diff options
author | abs <abs@pkgsrc.org> | 2007-09-10 12:18:13 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2007-09-10 12:18:13 +0000 |
commit | 4b4be111498df30189b854919cdce8285fd8c76b (patch) | |
tree | 1995969487cdad6c6d3cb6a25065b3ea8f336815 /emulators | |
parent | befc47ef1230e9d23701b76e1f961f2cfce58829 (diff) | |
download | pkgsrc-4b4be111498df30189b854919cdce8285fd8c76b.tar.gz |
BUILDLINK_TRANSFORM+= rm:-msse
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/qemu/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index 053e04183cd..8a56647392d 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.47 2007/09/04 20:05:48 abs Exp $ +# $NetBSD: Makefile,v 1.48 2007/09/10 12:18:13 abs Exp $ # DISTNAME= qemu-0.9.0 -#PKGREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://fabrice.bellard.free.fr/qemu/ @@ -46,7 +45,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 rm:-msse2 +BUILDLINK_TRANSFORM+= rm-optarg:-march rm-optarg:-mcpu rm:-msse rm:-msse2 # Does not build with the stack protector .if ${OPSYS} == "DragonFly" |