summaryrefslogtreecommitdiff
path: root/emulators/bochs
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-06-13 08:42:24 +0000
committergrant <grant@pkgsrc.org>2004-06-13 08:42:24 +0000
commit1d4b15aa11b024b9c0c8456fcc6f21739305649d (patch)
tree1038c6a66c0a9d239789800761fecb0e5fbcfb85 /emulators/bochs
parentb7f72065bc20f94889102863ca24f199888dd4c5 (diff)
downloadpkgsrc-1d4b15aa11b024b9c0c8456fcc6f21739305649d.tar.gz
this uses a c and c++ compiler.
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 d56220eea78..51f8ba896ef 100644
--- a/emulators/bochs/Makefile
+++ b/emulators/bochs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2004/02/14 00:54:45 grant Exp $
+# $NetBSD: Makefile,v 1.35 2004/06/13 08:42:24 grant Exp $
DISTNAME= bochs-2.1.1
CATEGORIES= emulators
@@ -11,6 +11,8 @@ COMMENT= i386 machine emulator capable of running DOS/Windows
GNU_CONFIGURE= yes
USE_GNU_TOOLS+= make
USE_GCC_SHLIB= yes
+USE_LANGUAGES= c c++
+
# 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