pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Uses C++.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4764eaafa377
branches:  trunk
changeset: 513683:4764eaafa377
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Jun 01 19:24:52 2006 +0000

description:
Uses C++.

diffstat:

 math/newmat/Makefile |  3 ++-
 net/tn5250/Makefile  |  4 +++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r f74ac85acbfe -r 4764eaafa377 math/newmat/Makefile
--- a/math/newmat/Makefile      Thu Jun 01 18:00:59 2006 +0000
+++ b/math/newmat/Makefile      Thu Jun 01 19:24:52 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/06/17 03:50:20 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2006/06/01 19:30:12 joerg Exp $
 #
 
 DISTNAME=      newmat10 # actually newmat10B, but no such distfile
@@ -15,6 +15,7 @@
 DIST_SUBDIR=   newmat10B
 MAKEFILE=      nm_cc.mak
 BUILD_TARGET=  garch
+USE_LANGUAGES= c++
 
 HEADERS=       boolean.h controlw.h include.h myexcept.h newmat.h      \
                newmatap.h newmatio.h newmatnl.h newmatrc.h precisio.h
diff -r f74ac85acbfe -r 4764eaafa377 net/tn5250/Makefile
--- a/net/tn5250/Makefile       Thu Jun 01 18:00:59 2006 +0000
+++ b/net/tn5250/Makefile       Thu Jun 01 19:24:52 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2006/03/04 21:30:25 jlam Exp $
+# $NetBSD: Makefile,v 1.18 2006/06/01 19:24:52 joerg Exp $
 #
 
 DISTNAME=      tn5250-0.12.51
@@ -12,5 +12,7 @@
 
 GNU_CONFIGURE= YES
 
+USE_LANGUAGES= c++
+
 .include "../../devel/ncurses/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index