diff options
author | joerg <joerg@pkgsrc.org> | 2015-04-26 13:26:57 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-04-26 13:26:57 +0000 |
commit | b0cdab862418421f5a9d98bbd26cf10e6a0567af (patch) | |
tree | 5cbd2d4ea61f738ead777522d42a166a7de33f69 /emulators | |
parent | d916bc4204fdd0d8bfe9550be2ee324d6e68feca (diff) | |
download | pkgsrc-b0cdab862418421f5a9d98bbd26cf10e6a0567af.tar.gz |
Drop ONLY_FOR_COMPILER, supports it least clang as well.
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 |