summaryrefslogtreecommitdiff
path: root/devel/pcre/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'devel/pcre/patches/patch-aa')
-rw-r--r--devel/pcre/patches/patch-aa21
1 files changed, 21 insertions, 0 deletions
diff --git a/devel/pcre/patches/patch-aa b/devel/pcre/patches/patch-aa
new file mode 100644
index 00000000000..16a7efdf6b5
--- /dev/null
+++ b/devel/pcre/patches/patch-aa
@@ -0,0 +1,21 @@
+$NetBSD: patch-aa,v 1.12 2007/06/17 17:05:08 joerg Exp $
+
+--- pcre-config.in.orig 2007-06-17 16:31:18.000000000 +0000
++++ pcre-config.in
+@@ -12,15 +12,7 @@ if test $# -eq 0; then
+ exit 1
+ fi
+
+-libR=
+-case `uname -s` in
+- *SunOS*)
+- libR=" -R@libdir@"
+- ;;
+- *BSD*)
+- libR=" -Wl,-R@libdir@"
+- ;;
+-esac
++libR=" @COMPILER_RPATH_FLAG@@libdir@"
+
+ while test $# -gt 0; do
+ case "$1" in