pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/nss



Module Name:    pkgsrc
Committed By:   leot
Date:           Mon Oct  2 20:45:11 UTC 2017

Modified Files:
        pkgsrc/devel/nss: Makefile

Log Message:
nss: needs c99

Noticed by Riccardo Mottola via netbsd-users@:

 <http://mail-index.netbsd.org/netbsd-users/2017/09/29/msg020182.html>

Thanks!


To generate a diff of this commit:
cvs rdiff -u -r1.140 -r1.141 pkgsrc/devel/nss/Makefile

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

Modified files:

Index: pkgsrc/devel/nss/Makefile
diff -u pkgsrc/devel/nss/Makefile:1.140 pkgsrc/devel/nss/Makefile:1.141
--- pkgsrc/devel/nss/Makefile:1.140     Tue Sep 26 10:59:39 2017
+++ pkgsrc/devel/nss/Makefile   Mon Oct  2 20:45:11 2017
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.140 2017/09/26 10:59:39 ryoon Exp $
+# $NetBSD: Makefile,v 1.141 2017/10/02 20:45:11 leot Exp $
 
 DISTNAME=              nss-${NSS_RELEASE:S/.0$//}
+PKGREVISION=           1
 NSS_RELEASE=           3.33.0
 CATEGORIES=            security
 MASTER_SITES=          ${MASTER_SITE_MOZILLA_ALL:=security/nss/releases/NSS_${NSS_DIST_DIR_VERSION:S/_0$//}_RTM/src/}
@@ -16,6 +17,7 @@ CHECK_PORTABILITY_SKIP+=${MOZILLA_DIR}js
 CHECK_PORTABILITY_SKIP+=${MOZILLA_DIR}configure
 
 USE_GCC_RUNTIME=       yes
+USE_LANGUAGES=         c99
 USE_TOOLS+=            gmake perl pax pkg-config
 MAKE_JOBS_SAFE=                no
 



Home | Main Index | Thread Index | Old Index