pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/bochs this has little hope of building with ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/572a49a397b9
branches:  trunk
changeset: 476527:572a49a397b9
user:      grant <grant%pkgsrc.org@localhost>
date:      Sun Jun 13 08:43:00 2004 +0000

description:
this has little hope of building with anything but gcc. make it so.

diffstat:

 emulators/bochs/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r e292b7048f53 -r 572a49a397b9 emulators/bochs/Makefile
--- a/emulators/bochs/Makefile  Sun Jun 13 08:42:24 2004 +0000
+++ b/emulators/bochs/Makefile  Sun Jun 13 08:43:00 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2004/06/13 08:42:24 grant Exp $
+# $NetBSD: Makefile,v 1.36 2004/06/13 08:43:00 grant Exp $
 
 DISTNAME=              bochs-2.1.1
 CATEGORIES=            emulators
@@ -13,6 +13,8 @@
 USE_GCC_SHLIB=         yes
 USE_LANGUAGES=         c c++
 
+ONLY_FOR_COMPILER=     gcc
+
 # These options are not enabled by default because they can adversely impact
 # performance. The number of processors can be either 1 (default), 2, or 4.
 #CONFIGURE_ARGS+=      --enable-debugger --enable-disasm



Home | Main Index | Thread Index | Old Index