summaryrefslogtreecommitdiff
path: root/emulators/bochs
diff options
context:
space:
mode:
authorwiz <wiz>2006-06-25 18:00:05 +0000
committerwiz <wiz>2006-06-25 18:00:05 +0000
commit5248f0285367c583afc012411d2e52c5d4a9a3bf (patch)
treec563e0b0c271b0938b515ea5c0c8ad96ca7ac3a1 /emulators/bochs
parent342ce0dcd8ca4a6cd125d145b7c053ca693110fe (diff)
downloadpkgsrc-5248f0285367c583afc012411d2e52c5d4a9a3bf.tar.gz
Add -DPARANOID to CXXFLAGS, which fixes the build with gcc4
on NetBSD-3.99.21. Go figure.
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 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.