diff options
author | Lev A. Serebryakov <lev@FreeBSD.org> | 2004-04-10 17:34:39 +0000 |
---|---|---|
committer | Lev A. Serebryakov <lev@FreeBSD.org> | 2004-04-10 17:34:39 +0000 |
commit | ef8adfc71f775150af9c81fad3d1ed8dbe2ce0fe (patch) | |
tree | 48d03c29e8c20107191d152a8339b3e0ba2961c2 /devel/apr0/files/patch-buildconf | |
parent | Tidy up whitespace. (diff) |
Unbreak port after last ade's commit.
PR: ports/65173
Submitted by: maintainer
Diffstat (limited to '')
-rw-r--r-- | devel/apr0/files/patch-buildconf | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/devel/apr0/files/patch-buildconf b/devel/apr0/files/patch-buildconf deleted file mode 100644 index b4aab3e2d063..000000000000 --- a/devel/apr0/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} - |