diff options
author | roberto <roberto@FreeBSD.org> | 2002-03-14 16:42:10 +0000 |
---|---|---|
committer | roberto <roberto@FreeBSD.org> | 2002-03-14 16:42:10 +0000 |
commit | 0f4452d547eb7a96fcd0bb1ff69f61a21217f2de (patch) | |
tree | 9e75a474e0ce6fa362daebf0d758ceedb1702826 /devel/apr/files | |
parent | 799533bfc1f9d580b19f9eba4f6bb63ab26b1bcf (diff) | |
download | FreeBSD-ports-0f4452d547eb7a96fcd0bb1ff69f61a21217f2de.zip FreeBSD-ports-0f4452d547eb7a96fcd0bb1ff69f61a21217f2de.tar.gz |
These two files are part of the apr-devel port and should have been committed
along the rest.
Diffstat (limited to 'devel/apr/files')
-rw-r--r-- | devel/apr/files/patch-apr-config | 17 | ||||
-rw-r--r-- | devel/apr/files/patch-apu-config | 17 |
2 files changed, 34 insertions, 0 deletions
diff --git a/devel/apr/files/patch-apr-config b/devel/apr/files/patch-apr-config new file mode 100644 index 0000000..1d9bd07 --- /dev/null +++ b/devel/apr/files/patch-apr-config @@ -0,0 +1,17 @@ +Index: apr/apr-config.in +=================================================================== +RCS file: /home/cvspublic/apr/apr-config.in,v +retrieving revision 1.13 +diff -u -r1.13 apr-config.in +--- apr-config.in 13 Mar 2002 20:39:08 -0000 1.13 ++++ apr-config.in 14 Mar 2002 00:44:38 -0000 +@@ -111,7 +111,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 diff --git a/devel/apr/files/patch-apu-config b/devel/apr/files/patch-apu-config new file mode 100644 index 0000000..13b4ebc --- /dev/null +++ b/devel/apr/files/patch-apu-config @@ -0,0 +1,17 @@ +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 |