summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrant <grant>2002-06-06 23:19:45 +0000
committergrant <grant>2002-06-06 23:19:45 +0000
commit7a63b0c8600227f2639aa65c7fec8c4b899a01e7 (patch)
tree810fa363254a2232ca33bb60eb34bfe54578b2ee
parent51574fd79688aad6c0ce5feb90516fb683ab1488 (diff)
downloadpkgsrc-7a63b0c8600227f2639aa65c7fec8c4b899a01e7.tar.gz
set CXXFLAGS to use arch specific default optimization
suggested by Martin Husemann on tech-pkg and noted by Chris Pinnock in private mail.
-rw-r--r--emulators/bochs/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile
index e3dcd26c28a..bfffe9722f8 100644
--- a/emulators/bochs/Makefile
+++ b/emulators/bochs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2002/06/06 08:09:08 grant Exp $
+# $NetBSD: Makefile,v 1.21 2002/06/06 23:19:45 grant Exp $
DISTNAME= bochs-1.4
PKGREVISION= 1
@@ -18,8 +18,7 @@ USE_GMAKE= yes
CONFIGURE_ARGS+= --enable-cdrom
CONFIGURE_ARGS+= --enable-ne2000
CONFIGURE_ARGS+= --enable-sb16=dummy
-CONFIGURE_ENV+= CXXFLAGS=-I${X11BASE}/include
-CONFIGURE_ENV+= CXXFLAGS=-O2
+CONFIGURE_ENV+= CXXFLAGS="-I${X11BASE}/include ${CXXFLAGS}"
USE_X11= yes
BOCHS_MAINDIR= ${PREFIX}/share/bochs