From 0ebdc8571161c5cfa2f44093ee8e789d38d33c58 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 25 Jun 2006 18:00:05 +0000 Subject: Add -DPARANOID to CXXFLAGS, which fixes the build with gcc4 on NetBSD-3.99.21. Go figure. --- emulators/bochs/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'emulators') diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile index 5c7302f486c..04bc19ff47a 100644 --- a/emulators/bochs/Makefile +++ b/emulators/bochs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2006/03/04 21:29:34 jlam Exp $ +# $NetBSD: Makefile,v 1.45 2006/06/25 18:00:05 wiz Exp $ DISTNAME= bochs-2.2.1 PKGREVISION= 1 @@ -15,6 +15,7 @@ USE_TOOLS+= gunzip gzip USE_LANGUAGES= c c++ ONLY_FOR_COMPILER= gcc +CXXFLAGS+= -DPARANOID # These options are not enabled by default because they can adversely impact # performance. The number of processors can be either 1 (default), 2, or 4. -- cgit v1.2.3