summaryrefslogtreecommitdiff
path: root/emulators/bochs
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2002-06-06 08:09:08 +0000
committergrant <grant@pkgsrc.org>2002-06-06 08:09:08 +0000
commit57c5554baab93c5fe7d8ec82aa14a063bcad7122 (patch)
treef94913f9179d682d37186d4a59e6b52dc7f7c765 /emulators/bochs
parent7a1a76b2248e5ec03f736f4abdcd911cf1f4d3cb (diff)
downloadpkgsrc-57c5554baab93c5fe7d8ec82aa14a063bcad7122.tar.gz
add CXXFLAGS=-O2
reported by Wojciech Puchar <wojtek@3miasto.net> in pkg/17181.
Diffstat (limited to 'emulators/bochs')
-rw-r--r--emulators/bochs/Makefile3
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