diff options
author | ade <ade@FreeBSD.org> | 2004-03-25 04:59:17 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2004-03-25 04:59:17 +0800 |
commit | c2a0a734363509b1a403283fdd2076853dcae4e6 (patch) | |
tree | d22ea527e45e724b5f937af548f968cb503a6975 /devel/apr0/files | |
parent | 4fc7254d6e44d0da7992cdc6a559572d1ec454bc (diff) | |
download | freebsd-ports-gnome-c2a0a734363509b1a403283fdd2076853dcae4e6.tar.gz freebsd-ports-gnome-c2a0a734363509b1a403283fdd2076853dcae4e6.tar.zst freebsd-ports-gnome-c2a0a734363509b1a403283fdd2076853dcae4e6.zip |
Convert all but one port that uses libtool14 to use libtool15, in readiness
for the destruction of devel/libtool14
Diffstat (limited to 'devel/apr0/files')
-rw-r--r-- | devel/apr0/files/patch-buildconf | 22 |
1 files changed, 14 insertions, 8 deletions
diff --git a/devel/apr0/files/patch-buildconf b/devel/apr0/files/patch-buildconf index a8d5f6549af1..b4aab3e2d063 100644 --- a/devel/apr0/files/patch-buildconf +++ b/devel/apr0/files/patch-buildconf @@ -1,11 +1,17 @@ ---- apr-0.9.4/buildconf.orig Wed Jun 18 05:44:25 2003 -+++ apr-0.9.4/buildconf Thu Oct 2 15:58:45 2003 -@@ -81,7 +81,7 @@ - $libtoolize --copy --automake - +--- apr-0.9.4/buildconf.orig Tue Jun 17 13:44:25 2003 ++++ apr-0.9.4/buildconf Tue Mar 23 21:53:36 2004 +@@ -83,3 +83,3 @@ ltpath=`dirname $libtoolize` -ltfile=${LIBTOOL_M4-`cd $ltpath/../share/aclocal ; pwd`/libtool.m4} -+ltfile=${LIBTOOL_M4-`cd $ltpath/../../share/aclocal ; pwd`/libtool14.m4} ++ltfile=${LIBTOOL_M4-`cd $ltpath/../../share/aclocal ; pwd`/libtool15.m4} + +@@ -102,3 +102,3 @@ + echo "Creating include/arch/unix/apr_private.h.in ..." +-${AUTOHEADER:-autoheader} ++${AUTOHEADER:-autoheader257} + +@@ -106,3 +106,3 @@ + ### do some work to toss config.cache? +-${AUTOCONF:-autoconf} ++${AUTOCONF:-autoconf257} - if [ ! -f $ltfile ]; then - echo "$ltfile not found" |