pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/qemu BUILDLINK_TRANSFORM+= rm:-msse
details: https://anonhg.NetBSD.org/pkgsrc/rev/6029821e9c14
branches: trunk
changeset: 533179:6029821e9c14
user: abs <abs%pkgsrc.org@localhost>
date: Mon Sep 10 12:18:13 2007 +0000
description:
BUILDLINK_TRANSFORM+= rm:-msse
diffstat:
emulators/qemu/Makefile | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r e87d12bf2fb0 -r 6029821e9c14 emulators/qemu/Makefile
--- a/emulators/qemu/Makefile Mon Sep 10 09:07:02 2007 +0000
+++ b/emulators/qemu/Makefile Mon Sep 10 12:18:13 2007 +0000
@@ -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 @@
# 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"
Home |
Main Index |
Thread Index |
Old Index