diff options
author | grant <grant@pkgsrc.org> | 2004-06-13 08:42:24 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-06-13 08:42:24 +0000 |
commit | ea75166f25a9af81fa0d89c250383f19951324ed (patch) | |
tree | 1038c6a66c0a9d239789800761fecb0e5fbcfb85 /emulators | |
parent | 65ae601958a3ee16401aa262ee709861cc0c7500 (diff) | |
download | pkgsrc-ea75166f25a9af81fa0d89c250383f19951324ed.tar.gz |
this uses a c and c++ compiler.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/bochs/Makefile | 4 |
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 |