diff options
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/bochs/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile index 921bbe237ec..e0ac372ef5c 100644 --- a/emulators/bochs/Makefile +++ b/emulators/bochs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.80 2015/04/25 14:20:44 tnn Exp $ +# $NetBSD: Makefile,v 1.81 2015/04/26 13:26:57 joerg Exp $ DISTNAME= bochs-2.6.2 PKGREVISION= 4 @@ -17,7 +17,6 @@ USE_TOOLS+= gmake gunzip gzip USE_LANGUAGES= c c++ USE_LIBTOOL= yes -ONLY_FOR_COMPILER= gcc CXXFLAGS+= -DPARANOID CONFIGURE_ARGS+= --enable-cdrom |