diff options
author | seb <seb@pkgsrc.org> | 2008-09-09 00:14:06 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2008-09-09 00:14:06 +0000 |
commit | d87244a4998472d101216ded339db55049f14e3b (patch) | |
tree | 526c072af0cfd55c2adf734588bebd130ea5c944 /devel/p5-subversion | |
parent | a49cab88f118e7dbce1c40e63284af0dd8dbf54a (diff) | |
download | pkgsrc-d87244a4998472d101216ded339db55049f14e3b.tar.gz |
Fix subversion shared libraries search paths when configuring the
Perl modules. Fix problem like the following and as seen in
bulk build logs:
$ perl -MSVN::Ra -e '1'
/usr/pkg/lib/perl5/vendor_perl/5.8.0/i386-netbsd-thread-multi/auto/SVN/_Ra/_Ra.so: Undefined PLT symbol "svn_ra_init_ra_libs" (symnum = 13)
Approved by maintainer.
Bump PKGREVISION of the p5-subversion package to 2.
Diffstat (limited to 'devel/p5-subversion')
-rw-r--r-- | devel/p5-subversion/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/p5-subversion/Makefile b/devel/p5-subversion/Makefile index 8b45436c984..944e46d86d8 100644 --- a/devel/p5-subversion/Makefile +++ b/devel/p5-subversion/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.41 2008/09/06 20:54:32 wiz Exp $ +# $NetBSD: Makefile,v 1.42 2008/09/09 00:14:06 seb Exp $ PKGNAME= p5-subversion-${SVNVER} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= Perl bindings for Subversion PKG_INSTALLATION_TYPES= overwrite pkgviews @@ -21,6 +21,7 @@ PERL5_PACKLIST= auto/SVN/_Core/.packlist BUILD_TARGET= swig-pl INSTALL_TARGET= install-swig-pl TEST_TARGET= check-swig-pl +MAKE_ENV+= SUBVERSION_BASE_PREFIX=${BUILDLINK_PREFIX.subversion-base} post-patch: ${RM} ${WRKSRC}/build-outputs.mk |