archrelease: copy trunk to extra-x86_64
[arch-packages.git] / subversion / repos / extra-x86_64 / subversion.rpath.fix.patch
blobaaec8fdb71c8edc796feb7c85d784a59cc829a01
1 --- Makefile.in.orig 2009-02-16 14:10:48.000000000 -0200
2 +++ Makefile.in 2009-06-04 00:56:29.000000000 -0300
3 @@ -678,6 +678,7 @@
5 $(SWIG_PL_DIR)/native/Makefile: $(SWIG_PL_DIR)/native/Makefile.PL
6 cd $(SWIG_PL_DIR)/native; $(PERL) Makefile.PL PREFIX=$(prefix)
7 + cd $(SWIG_PL_DIR)/native; sed -i 's|LD_RUN_PATH|DIE_RPATH_DIE|g' Makefile{,.{client,delta,fs,ra,repos,wc}}
9 # There is a "readlink -f" command on some systems for the same purpose,
10 # but it's not as portable (e.g. Mac OS X doesn't have it). These should
11 # only be used where Python/Perl are known to be available.