diff options
author | Ollivier Robert <roberto@FreeBSD.org> | 2002-03-14 16:42:10 +0000 |
---|---|---|
committer | Ollivier Robert <roberto@FreeBSD.org> | 2002-03-14 16:42:10 +0000 |
commit | a92cc0000d5b8e0b245bc590bb323d689f35ee4e (patch) | |
tree | c63ec6979c7b0869c8cddfde313272ef57489156 /devel/apr2/files/patch-apu-config | |
parent | Manually invoke `${MAKE} patch' for Gnumeric, because puting it into (diff) |
These two files are part of the apr-devel port and should have been committed
along the rest.
Diffstat (limited to '')
-rw-r--r-- | devel/apr2/files/patch-apu-config | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/devel/apr2/files/patch-apu-config b/devel/apr2/files/patch-apu-config new file mode 100644 index 000000000000..13b4ebc5f7ef --- /dev/null +++ b/devel/apr2/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 |