summaryrefslogtreecommitdiff
path: root/devel/libcfg+/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libcfg+/patches/patch-ac')
-rw-r--r--devel/libcfg+/patches/patch-ac19
1 files changed, 0 insertions, 19 deletions
diff --git a/devel/libcfg+/patches/patch-ac b/devel/libcfg+/patches/patch-ac
deleted file mode 100644
index 242d1ce6368..00000000000
--- a/devel/libcfg+/patches/patch-ac
+++ /dev/null
@@ -1,19 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2008/01/06 01:07:05 heinz Exp $
-
- Status: new (web interface for bug reports on platon.sk did not work)
- Only change the prefix if it starts with a dot.
-
---- configure.in.orig 2004-02-17 17:37:47.000000000 +0100
-+++ configure.in
-@@ -60,7 +60,10 @@ if test "X$prefix" != "XNONE"; then
- mkdir -p "$prefix";
- chmod 755 "$prefix";
- fi
-- prefix="`cd $prefix && pwd`"
-+ case "X$prefix" in
-+ X.*) prefix="`cd $prefix && pwd`"
-+ ;;
-+ esac
- fi
-
- AC_SUBST(PACKAGE)