pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/bochs this uses a c and c++ compiler.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e292b7048f53
branches:  trunk
changeset: 476526:e292b7048f53
user:      grant <grant%pkgsrc.org@localhost>
date:      Sun Jun 13 08:42:24 2004 +0000

description:
this uses a c and c++ compiler.

diffstat:

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

diffs (18 lines):

diff -r 696bf53ead26 -r e292b7048f53 emulators/bochs/Makefile
--- a/emulators/bochs/Makefile  Sat Jun 12 23:21:56 2004 +0000
+++ b/emulators/bochs/Makefile  Sun Jun 13 08:42:24 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2004/02/14 00:54:45 grant Exp $
+# $NetBSD: Makefile,v 1.35 2004/06/13 08:42:24 grant Exp $
 
 DISTNAME=              bochs-2.1.1
 CATEGORIES=            emulators
@@ -11,6 +11,8 @@
 GNU_CONFIGURE=         yes
 USE_GNU_TOOLS+=                make
 USE_GCC_SHLIB=         yes
+USE_LANGUAGES=         c c++
+
 # 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