summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorgrant <grant>2002-06-06 23:19:45 +0000
committergrant <grant>2002-06-06 23:19:45 +0000
commitd6baf5504165ca4342800fd641ea09d051418e57 (patch)
tree810fa363254a2232ca33bb60eb34bfe54578b2ee /emulators
parent0528e652277d7c1765519f32654f4baffedd4a1e (diff)
downloadpkgsrc-d6baf5504165ca4342800fd641ea09d051418e57.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.
Diffstat (limited to 'emulators')
-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