diff options
-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 0292663cd3f..9bdffa9beff 100644 --- a/emulators/bochs/Makefile +++ b/emulators/bochs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.87 2017/02/12 06:25:17 ryoon Exp $ +# $NetBSD: Makefile,v 1.88 2017/06/23 04:15:52 kamil Exp $ DISTNAME= bochs-2.6.8 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 |