From 016c18a9d749e0dafb2ff1e0d6c774904ece669b Mon Sep 17 00:00:00 2001 From: Ollivier Robert Date: Tue, 7 May 2002 14:53:04 +0000 Subject: Update to a more recent APR snapshot. It is needed by the forthcoming Subversion update. PR: ports/37810 Submitted by: Garrett Rooney (MAINTAINER) --- devel/apr2/files/patch-apu-config | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 devel/apr2/files/patch-apu-config (limited to 'devel/apr2/files/patch-apu-config') diff --git a/devel/apr2/files/patch-apu-config b/devel/apr2/files/patch-apu-config deleted file mode 100644 index 13b4ebc5f7ef..000000000000 --- a/devel/apr2/files/patch-apu-config +++ /dev/null @@ -1,17 +0,0 @@ -Index: apr-util/apu-config.in -=================================================================== -RCS file: /home/cvspublic/apr-util/apu-config.in,v -retrieving revision 1.7 -diff -u -r1.7 apu-config.in ---- apu-config.in 13 Mar 2002 20:40:46 -0000 1.7 -+++ apu-config.in 14 Mar 2002 00:45:06 -0000 -@@ -97,7 +97,8 @@ - - thisdir="`dirname $0`" - thisdir="`cd $thisdir && pwd`" --if test "$bindir" = "$thisdir"; then -+tmpbindir="`cd $bindir && pwd`" -+if test "$tmpbindir" = "$thisdir"; then - location=installed - elif test "$APR_SOURCE_DIR" = "$thisdir"; then - location=source -- cgit v1.2.3