diff options
author | max <max@FreeBSD.org> | 2003-10-03 13:25:25 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 2003-10-03 13:25:25 +0800 |
commit | 8412c89432b8404b4242bc2f4feb95deb025b6a7 (patch) | |
tree | 4e04619cdb006619b3e578dfad1bb3e0a6c0217a /devel/apr2/files | |
parent | 7f214d2c6ed8372bfc3b1039b3449ee4e622d869 (diff) | |
download | freebsd-ports-gnome-8412c89432b8404b4242bc2f4feb95deb025b6a7.tar.gz freebsd-ports-gnome-8412c89432b8404b4242bc2f4feb95deb025b6a7.tar.zst freebsd-ports-gnome-8412c89432b8404b4242bc2f4feb95deb025b6a7.zip |
Upgrade 5o 0.94.
Update the maintainer's address.
Reviewed by: maintainer
Diffstat (limited to 'devel/apr2/files')
-rw-r--r-- | devel/apr2/files/patch-buildconf | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/devel/apr2/files/patch-buildconf b/devel/apr2/files/patch-buildconf index 9d06665e6300..a8d5f6549af1 100644 --- a/devel/apr2/files/patch-buildconf +++ b/devel/apr2/files/patch-buildconf @@ -1,7 +1,11 @@ ---- apr-0.9.3/buildconf.orig Wed May 15 16:47:09 2002 -+++ apr-0.9.3/buildconf Wed Feb 19 23:24:35 2003 -@@ -83,3 +83,3 @@ +--- 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 + ltpath=`dirname $libtoolize` --ltfile=`cd $ltpath/../share/aclocal ; pwd`/libtool.m4 -+ltfile=`cd $ltpath/../../share/aclocal ; pwd`/libtool14.m4 +-ltfile=${LIBTOOL_M4-`cd $ltpath/../share/aclocal ; pwd`/libtool.m4} ++ltfile=${LIBTOOL_M4-`cd $ltpath/../../share/aclocal ; pwd`/libtool14.m4} + if [ ! -f $ltfile ]; then + echo "$ltfile not found" |