summaryrefslogtreecommitdiff
path: root/databases/firebird-client
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2003-12-14 11:09:21 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2003-12-14 11:09:21 +0000
commit6328a8a5ce97905619b639946a9c7b907a8738f5 (patch)
tree05a2464fecb04febbede8938c410bf0fdcb72a4a /databases/firebird-client
parent- since 4.3.4, php4 does not install libmbfl headers, but they (diff)
Fix bento build by adding the missing patch.
Submitted by: maintainer Noticed by: kris (bento) Pointy hat to: netchild
Notes
Notes: svn path=/head/; revision=95774
Diffstat (limited to 'databases/firebird-client')
-rw-r--r--databases/firebird-client/files/patch-autogen.sh26
1 files changed, 26 insertions, 0 deletions
diff --git a/databases/firebird-client/files/patch-autogen.sh b/databases/firebird-client/files/patch-autogen.sh
new file mode 100644
index 000000000000..9b7c52d77778
--- /dev/null
+++ b/databases/firebird-client/files/patch-autogen.sh
@@ -0,0 +1,26 @@
+--- autogen.sh.orig Fri Apr 18 04:41:28 2003
++++ autogen.sh Sun Aug 24 18:39:45 2003
+@@ -20,7 +20,7 @@
+ ;;
+ esac
+
+-VER=`libtool --version|grep ' libtool)'|sed 's/.*) \([0-9][0-9.]*\) .*/\1/'`
++VER=`libtool13 --version|grep ' libtool)'|sed 's/.*) \([0-9][0-9.]*\) .*/\1/'`
+ case "$VER" in
+ 0* | 1\.[0-2] | 1\.[0-2][a-z]* | \
+ 1\.3\.[0-2] | 1\.3\.[0-2][a-z]* )
+@@ -50,12 +50,12 @@
+
+ # Generate configure from configure.in
+ echo "Running libtoolize ..."
+-LIBTOOL_M4=`libtoolize --copy --force --dry-run|grep 'You should add the contents of'|sed "s,^[^/]*\(/[^']*\).*$,\1,"`
++LIBTOOL_M4=`libtoolize13 --copy --force --dry-run|grep 'You should add the contents of'|sed "s,^[^/]*\(/[^']*\).*$,\1,"`
+ if test "x$LIBTOOL_M4" != "x"; then
+ rm -f aclocal.m4
+ cp $LIBTOOL_M4 aclocal.m4
+ fi
+-libtoolize --copy --force || exit 1
++libtoolize13 --copy --force || exit 1
+
+ echo "Running autoconf ..."
+ autoconf || exit 1