summaryrefslogtreecommitdiff
path: root/emulators/bochs
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-06-13 08:43:00 +0000
committergrant <grant@pkgsrc.org>2004-06-13 08:43:00 +0000
commit88b1567d1dffaef3053e63654350c86c22ba1d38 (patch)
treea337e671daa6c1cd67052c1c7e56d609ff37d703 /emulators/bochs
parent1d4b15aa11b024b9c0c8456fcc6f21739305649d (diff)
downloadpkgsrc-88b1567d1dffaef3053e63654350c86c22ba1d38.tar.gz
this has little hope of building with anything but gcc. make it so.
Diffstat (limited to 'emulators/bochs')
-rw-r--r--emulators/bochs/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile
index 51f8ba896ef..95bc3fcde50 100644
--- a/emulators/bochs/Makefile
+++ b/emulators/bochs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2004/06/13 08:42:24 grant Exp $
+# $NetBSD: Makefile,v 1.36 2004/06/13 08:43:00 grant Exp $
DISTNAME= bochs-2.1.1
CATEGORIES= emulators
@@ -13,6 +13,8 @@ USE_GNU_TOOLS+= make
USE_GCC_SHLIB= yes
USE_LANGUAGES= c c++
+ONLY_FOR_COMPILER= gcc
+
# 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.
#CONFIGURE_ARGS+= --enable-debugger --enable-disasm