From 21cfd3f8e4cdc259797875431b9fda32ab4038a0 Mon Sep 17 00:00:00 2001 From: grant Date: Thu, 6 Jun 2002 23:19:45 +0000 Subject: set CXXFLAGS to use arch specific default optimization suggested by Martin Husemann on tech-pkg and noted by Chris Pinnock in private mail. --- emulators/bochs/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'emulators') 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 -- cgit v1.2.3