pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/emulators/bochs



Module Name:    pkgsrc
Committed By:   kamil
Date:           Fri Jun 23 04:15:52 UTC 2017

Modified Files:
        pkgsrc/emulators/bochs: Makefile

Log Message:
bochs can be build with at least clang and gcc

Remove old (from 2004) property that there is allowed gcc only.


To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 pkgsrc/emulators/bochs/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/emulators/bochs/Makefile
diff -u pkgsrc/emulators/bochs/Makefile:1.87 pkgsrc/emulators/bochs/Makefile:1.88
--- pkgsrc/emulators/bochs/Makefile:1.87        Sun Feb 12 06:25:17 2017
+++ pkgsrc/emulators/bochs/Makefile     Fri Jun 23 04:15:52 2017
@@ -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



Home | Main Index | Thread Index | Old Index