summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2006-01-06 09:24:00 +0000
committerxtraeme <xtraeme>2006-01-06 09:24:00 +0000
commitd29595ef0b9ff0a37fe3f291d1f41e7bfdf429ab (patch)
tree2334343f1b909b89740370a7450934deb92d7ba9 /emulators
parent9008a3cf10c7017166fe0fb1dbae076c5282a41f (diff)
downloadpkgsrc-d29595ef0b9ff0a37fe3f291d1f41e7bfdf429ab.tar.gz
Put things back in again.
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 cd39a218442..e288a024625 100644
--- a/emulators/qemu/Makefile
+++ b/emulators/qemu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2006/01/06 09:17:03 xtraeme Exp $
+# $NetBSD: Makefile,v 1.26 2006/01/06 09:24:00 xtraeme Exp $
#
DISTNAME= qemu-0.8.0
@@ -32,7 +32,7 @@ SUBST_MESSAGE.smbd= "Fixing hardcoded paths."
# 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
.include "../../mk/compiler.mk"