summaryrefslogtreecommitdiffstats
path: root/abs/extra/subversion/subversion.rpath.fix.patch
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2018-03-26 21:10:40 (GMT)
committerBritney Fransen <brfransen@gmail.com>2018-03-26 21:10:40 (GMT)
commit334602d665b11ab882de2086d610b37295b318f6 (patch)
treecc8762e9f44922a991a2d4cf1f3f6bd0aad81cf6 /abs/extra/subversion/subversion.rpath.fix.patch
parent5a67c49f7409a511075622da8bc6cc058185f841 (diff)
downloadlinhes_pkgbuild-334602d665b11ab882de2086d610b37295b318f6.zip
linhes_pkgbuild-334602d665b11ab882de2086d610b37295b318f6.tar.gz
linhes_pkgbuild-334602d665b11ab882de2086d610b37295b318f6.tar.bz2
subversion: update to 1.9.7
Diffstat (limited to 'abs/extra/subversion/subversion.rpath.fix.patch')
-rw-r--r--abs/extra/subversion/subversion.rpath.fix.patch7
1 files changed, 4 insertions, 3 deletions
diff --git a/abs/extra/subversion/subversion.rpath.fix.patch b/abs/extra/subversion/subversion.rpath.fix.patch
index ba6ee9e..aaec8fd 100644
--- a/abs/extra/subversion/subversion.rpath.fix.patch
+++ b/abs/extra/subversion/subversion.rpath.fix.patch
@@ -3,8 +3,9 @@
@@ -678,6 +678,7 @@
$(SWIG_PL_DIR)/native/Makefile: $(SWIG_PL_DIR)/native/Makefile.PL
- cd $(SWIG_PL_DIR)/native; $(PERL) Makefile.PL
+ cd $(SWIG_PL_DIR)/native; $(PERL) Makefile.PL PREFIX=$(prefix)
+ cd $(SWIG_PL_DIR)/native; sed -i 's|LD_RUN_PATH|DIE_RPATH_DIE|g' Makefile{,.{client,delta,fs,ra,repos,wc}}
- swig-pl_DEPS = autogen-swig-pl libsvn_swig_perl \
- $(SWIG_PL_DIR)/native/Makefile
+ # There is a "readlink -f" command on some systems for the same purpose,
+ # but it's not as portable (e.g. Mac OS X doesn't have it). These should
+ # only be used where Python/Perl are known to be available.