summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2006-06-25 18:00:05 +0000
committerwiz <wiz@pkgsrc.org>2006-06-25 18:00:05 +0000
commit0ebdc8571161c5cfa2f44093ee8e789d38d33c58 (patch)
treec563e0b0c271b0938b515ea5c0c8ad96ca7ac3a1 /emulators
parent21a4bda0cdb840cc78bcc7d637016afac244fdff (diff)
downloadpkgsrc-0ebdc8571161c5cfa2f44093ee8e789d38d33c58.tar.gz
Add -DPARANOID to CXXFLAGS, which fixes the build with gcc4
on NetBSD-3.99.21. Go figure.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/bochs/Makefile3
1 files changed, 2 insertions, 1 deletions
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.