diff options
author | jperkin <jperkin> | 2014-03-13 11:08:49 +0000 |
---|---|---|
committer | jperkin <jperkin> | 2014-03-13 11:08:49 +0000 |
commit | 1e8a4d3617e2918d830fd2618a6229f25737609e (patch) | |
tree | 1c699ba1dd234c6ee43e2b178e217734fa130ad6 /devel/nspr | |
parent | 76ae186abf09bff770978229a780293f2e6d1fdb (diff) | |
download | pkgsrc-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/nspr')
-rw-r--r-- | devel/nspr/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/nspr/Makefile b/devel/nspr/Makefile index 1e9006f59fc..4db9f10300d 100644 --- a/devel/nspr/Makefile +++ b/devel/nspr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.68 2014/03/13 10:44:37 ryoon Exp $ +# $NetBSD: Makefile,v 1.69 2014/03/13 11:08:50 jperkin Exp $ # DISTNAME= nspr-${NSPR_RELEASE} @@ -20,6 +20,7 @@ GNU_CONFIGURE= yes GNU_CONFIGURE_LIBSUBDIR=nspr CONFIGURE_DIRS= nspr +USE_GCC_RUNTIME= yes USE_TOOLS+= autoconf213 gmake perl REPLACE_PERL+= nspr/pr/src/misc/compile-et.pl |