summaryrefslogtreecommitdiff
path: root/devel/nss
diff options
context:
space:
mode:
authorjperkin <jperkin>2014-03-13 11:08:49 +0000
committerjperkin <jperkin>2014-03-13 11:08:49 +0000
commit1e8a4d3617e2918d830fd2618a6229f25737609e (patch)
tree1c699ba1dd234c6ee43e2b178e217734fa130ad6 /devel/nss
parent76ae186abf09bff770978229a780293f2e6d1fdb (diff)
downloadpkgsrc-1e8a4d3617e2918d830fd2618a6229f25737609e.tar.gz
Set USE_GCC_RUNTIME=yes for packages which build shared libraries but do
not use libtool to do so. This is required to correctly depend upon a gcc runtime package (e.g. gcc47-libs) when using USE_PKGSRC_GCC_RUNTIME.
Diffstat (limited to 'devel/nss')
-rw-r--r--devel/nss/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/nss/Makefile b/devel/nss/Makefile
index 0e34b1be966..1e968f0466f 100644
--- a/devel/nss/Makefile
+++ b/devel/nss/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.76 2014/03/10 18:42:34 ryoon Exp $
+# $NetBSD: Makefile,v 1.77 2014/03/13 11:08:50 jperkin Exp $
DISTNAME= nss-${NSS_RELEASE}
NSS_RELEASE= 3.15.5
@@ -15,6 +15,7 @@ CHECK_PORTABILITY_SKIP+=${MOZILLA_DIR}nss/tests/multinit/multinit.sh
CHECK_PORTABILITY_SKIP+=${MOZILLA_DIR}js/src/configure
CHECK_PORTABILITY_SKIP+=${MOZILLA_DIR}configure
+USE_GCC_RUNTIME= yes
USE_TOOLS+= gmake perl pax pkg-config
.include "../../mk/bsd.prefs.mk"