diff options
author | lev <lev@FreeBSD.org> | 2004-04-11 01:34:39 +0800 |
---|---|---|
committer | lev <lev@FreeBSD.org> | 2004-04-11 01:34:39 +0800 |
commit | 0530afff5a0952aab3aa7199e518e9e93629c350 (patch) | |
tree | fd6b963ee83d11b3ac278c24c84e0785a7f00dd2 /devel/apr2/files | |
parent | b6a7a057831a76b55852e240dcf2e68f351a86e6 (diff) | |
download | freebsd-ports-gnome-0530afff5a0952aab3aa7199e518e9e93629c350.tar.gz freebsd-ports-gnome-0530afff5a0952aab3aa7199e518e9e93629c350.tar.zst freebsd-ports-gnome-0530afff5a0952aab3aa7199e518e9e93629c350.zip |
Unbreak port after last ade's commit.
PR: ports/65173
Submitted by: maintainer
Diffstat (limited to 'devel/apr2/files')
-rw-r--r-- | devel/apr2/files/patch-buildconf | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/devel/apr2/files/patch-buildconf b/devel/apr2/files/patch-buildconf deleted file mode 100644 index b4aab3e2d063..000000000000 --- a/devel/apr2/files/patch-buildconf +++ /dev/null @@ -1,17 +0,0 @@ ---- 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`/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} - |