diff options
author | grant <grant> | 2002-06-06 08:09:08 +0000 |
---|---|---|
committer | grant <grant> | 2002-06-06 08:09:08 +0000 |
commit | cfe7c39257e91ba0e3b7ae3814aaf2a78a7608e4 (patch) | |
tree | f94913f9179d682d37186d4a59e6b52dc7f7c765 /emulators | |
parent | f9aced059a87653e51bfca778b12d2ed62fa05e0 (diff) | |
download | pkgsrc-cfe7c39257e91ba0e3b7ae3814aaf2a78a7608e4.tar.gz |
add CXXFLAGS=-O2
reported by Wojciech Puchar <wojtek@3miasto.net> in pkg/17181.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/bochs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile index 493f2de8abe..e3dcd26c28a 100644 --- a/emulators/bochs/Makefile +++ b/emulators/bochs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2002/05/14 13:52:51 fredb Exp $ +# $NetBSD: Makefile,v 1.20 2002/06/06 08:09:08 grant Exp $ DISTNAME= bochs-1.4 PKGREVISION= 1 @@ -19,6 +19,7 @@ CONFIGURE_ARGS+= --enable-cdrom CONFIGURE_ARGS+= --enable-ne2000 CONFIGURE_ARGS+= --enable-sb16=dummy CONFIGURE_ENV+= CXXFLAGS=-I${X11BASE}/include +CONFIGURE_ENV+= CXXFLAGS=-O2 USE_X11= yes BOCHS_MAINDIR= ${PREFIX}/share/bochs |