pkgsrc-WIP-changes archive

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

nss-hg: this needs c++ now.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Mon Oct 19 01:08:20 2015 +0200
Changeset:	2af5ca0530bcd474b12bd8cb06902165964bfb61

Modified Files:
	nss-hg/Makefile
	nss-hg/PLIST

Log Message:
nss-hg: this needs c++ now.

Add new library to PLIST while here.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2af5ca0530bcd474b12bd8cb06902165964bfb61

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

diffstat:
 nss-hg/Makefile | 2 ++
 nss-hg/PLIST    | 1 +
 2 files changed, 3 insertions(+)

diffs:
diff --git a/nss-hg/Makefile b/nss-hg/Makefile
index 9755a48..7d55195 100644
--- a/nss-hg/Makefile
+++ b/nss-hg/Makefile
@@ -15,6 +15,8 @@ HG_REPO.nss=        	https://hg.mozilla.org/projects/nss
 WRKSRC=			${WRKDIR}/nss
 #WRKSRC=			${WRKDIR}
 
+USE_LANGUAGES=		c c++
+
 # wants to use zlib before making sure it's built
 MAKE_JOBS_SAFE=		no
 
diff --git a/nss-hg/PLIST b/nss-hg/PLIST
index 258fc6c..134df4b 100644
--- a/nss-hg/PLIST
+++ b/nss-hg/PLIST
@@ -99,6 +99,7 @@ include/nss/nss/utilparst.h
 include/nss/nss/utilrename.h
 lib/nss/libcrmf.a
 lib/nss/libfreebl3.${SO_SUFFIX}
+lib/nss/libgtest1.${SO_SUFFIX}
 lib/nss/libnss3.${SO_SUFFIX}
 lib/nss/libnssckbi.${SO_SUFFIX}
 lib/nss/libnssdbm3.${SO_SUFFIX}


Home | Main Index | Thread Index | Old Index