summaryrefslogtreecommitdiff
path: root/devel/apr-devel/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'devel/apr-devel/patches/patch-ab')
-rw-r--r--devel/apr-devel/patches/patch-ab13
1 files changed, 0 insertions, 13 deletions
diff --git a/devel/apr-devel/patches/patch-ab b/devel/apr-devel/patches/patch-ab
deleted file mode 100644
index 0eeebe12e40..00000000000
--- a/devel/apr-devel/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2002/11/25 19:52:45 wiz Exp $
-
---- apr/apr-config.in.orig Thu Sep 19 12:38:31 2002
-+++ apr/apr-config.in
-@@ -232,7 +232,7 @@ while test $# -gt 0; do
- ;;
- --apr-libtool)
- if test "$location" = "installed"; then
-- echo "${SHELL} ${installbuilddir}/libtool"
-+ echo "${SHELL} ${bindir}/libtool"
- else
- echo "${SHELL} $thisdir/libtool"
- fi