diff options
author | abs <abs> | 2007-09-10 12:18:13 +0000 |
---|---|---|
committer | abs <abs> | 2007-09-10 12:18:13 +0000 |
commit | 2bf16702fbb4df21b8b48b8437fafeae3f7bc71f (patch) | |
tree | 1995969487cdad6c6d3cb6a25065b3ea8f336815 /emulators | |
parent | 70d063df7f38767cb4655ad0d4c7712d80b56a47 (diff) | |
download | pkgsrc-2bf16702fbb4df21b8b48b8437fafeae3f7bc71f.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" |