diff options
author | kamil <kamil@pkgsrc.org> | 2017-06-23 04:15:52 +0000 |
---|---|---|
committer | kamil <kamil@pkgsrc.org> | 2017-06-23 04:15:52 +0000 |
commit | 1e5d1a1d1d24fad387dc707c074fcfcb28e08914 (patch) | |
tree | e4199d4442619d6f9cc216ae556d97a3ebdbd816 | |
parent | aa5ffbfcc9353dd7f1eace45c581f2bcff0e7584 (diff) | |
download | pkgsrc-1e5d1a1d1d24fad387dc707c074fcfcb28e08914.tar.gz |
bochs can be build with at least clang and gcc
Remove old (from 2004) property that there is allowed gcc only.
-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 |