pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/qemu Add -msse2 to the list of CFLAGS which ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a6b00787690e
branches:  trunk
changeset: 532917:a6b00787690e
user:      abs <abs%pkgsrc.org@localhost>
date:      Tue Sep 04 20:05:48 2007 +0000

description:
Add -msse2 to the list of CFLAGS which break qemu

diffstat:

 emulators/qemu/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r cc7025d0a6b7 -r a6b00787690e emulators/qemu/Makefile
--- a/emulators/qemu/Makefile   Tue Sep 04 19:55:40 2007 +0000
+++ b/emulators/qemu/Makefile   Tue Sep 04 20:05:48 2007 +0000
@@ -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 @@
 
 # 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"



Home | Main Index | Thread Index | Old Index