diff options
author | James Meyer <james.meyer@operamail.com> | 2010-09-21 04:31:24 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-09-21 04:31:24 (GMT) |
commit | 66164cae5507a2756da30ac3c4ae38861eb8b04c (patch) | |
tree | 49abe18a7db7cb46ede15f97b426a1f607df4580 /abs/extra-testing/subversion/subversion.rpath.fix.patch | |
parent | 96e599df09b52ce336737b02564c5605ce749c6c (diff) | |
download | linhes_pkgbuild-66164cae5507a2756da30ac3c4ae38861eb8b04c.zip linhes_pkgbuild-66164cae5507a2756da30ac3c4ae38861eb8b04c.tar.gz linhes_pkgbuild-66164cae5507a2756da30ac3c4ae38861eb8b04c.tar.bz2 |
subversion: archsync, removed kwallet ang gnome support
Diffstat (limited to 'abs/extra-testing/subversion/subversion.rpath.fix.patch')
-rw-r--r-- | abs/extra-testing/subversion/subversion.rpath.fix.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/abs/extra-testing/subversion/subversion.rpath.fix.patch b/abs/extra-testing/subversion/subversion.rpath.fix.patch new file mode 100644 index 0000000..ba6ee9e --- /dev/null +++ b/abs/extra-testing/subversion/subversion.rpath.fix.patch @@ -0,0 +1,10 @@ +--- Makefile.in.orig 2009-02-16 14:10:48.000000000 -0200 ++++ Makefile.in 2009-06-04 00:56:29.000000000 -0300 +@@ -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; 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 |