diff options
author | grant <grant@pkgsrc.org> | 2002-06-06 23:19:45 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2002-06-06 23:19:45 +0000 |
commit | 21cfd3f8e4cdc259797875431b9fda32ab4038a0 (patch) | |
tree | 810fa363254a2232ca33bb60eb34bfe54578b2ee /emulators | |
parent | fe47f55dd6bbf38d1d4cef8d2b24f1eb3023fe1d (diff) | |
download | pkgsrc-21cfd3f8e4cdc259797875431b9fda32ab4038a0.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/Makefile | 5 |
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 |