aboutsummaryrefslogtreecommitdiffstats
path: root/main/subversion/autogen.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-11-06 13:31:53 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-11-06 13:34:41 +0000
commit9fc51949df045fdc5444ba4ea739dafca90e99b2 (patch)
tree0df55ddb157d03a75169a4d8829f5285c2b72443 /main/subversion/autogen.patch
parent8e5fd305fdde244ffa5db5eef87b814c5fef25e0 (diff)
downloadaports-9fc51949df045fdc5444ba4ea739dafca90e99b2.tar.bz2
aports-9fc51949df045fdc5444ba4ea739dafca90e99b2.tar.xz
main/subversion: fix building with new libtool
Diffstat (limited to 'main/subversion/autogen.patch')
-rw-r--r--main/subversion/autogen.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/main/subversion/autogen.patch b/main/subversion/autogen.patch
new file mode 100644
index 0000000000..13b772d869
--- /dev/null
+++ b/main/subversion/autogen.patch
@@ -0,0 +1,11 @@
+--- ./autogen.sh.orig
++++ ./autogen.sh
+@@ -105,7 +105,7 @@
+
+ if [ $lt_major_version -ge 2 ]; then
+ for file in config.guess config.sub; do
+- configfile=${LIBTOOL_CONFIG-`cd $ltpath/../share/libtool/config ; pwd`/$file}
++ configfile=${LIBTOOL_CONFIG-`cd $ltpath/../share/libtool/config ; pwd`}/$file
+
+ if [ ! -f $configfile ]; then
+ echo "$configfile not found (try setting the LIBTOOL_CONFIG environment variable)"