diff options
Diffstat (limited to 'devel/nspr')
-rw-r--r-- | devel/nspr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/nspr/Makefile b/devel/nspr/Makefile index 6ffae9d63fb..4a227a2246f 100644 --- a/devel/nspr/Makefile +++ b/devel/nspr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2011/11/21 21:33:13 seanb Exp $ +# $NetBSD: Makefile,v 1.45 2012/01/17 21:43:19 sbd Exp $ # .include "../../devel/xulrunner/dist.mk" @@ -17,6 +17,7 @@ CHECK_PORTABILITY_SKIP+=${MOZILLA_DIR}js/src/configure CHECK_PORTABILITY_SKIP+=${MOZILLA_DIR}configure GNU_CONFIGURE= yes +GNU_CONFIGURE_LIBSUBDIR=nspr CONFIGURE_DIRS= nsprpub USE_TOOLS+= autoconf213 gmake perl @@ -24,7 +25,6 @@ REPLACE_PERL+= nsprpub/pr/src/misc/compile-et.pl CONFIGURE_ARGS+= --disable-debug CONFIGURE_ARGS+= --with-pthreads -CONFIGURE_ARGS+= --libdir=${PREFIX}/lib/nspr CONFIGURE_ENV+= LIBRUNPATH=${PREFIX:Q}/lib/nspr .include "../../mk/bsd.prefs.mk" |