summaryrefslogtreecommitdiff
path: root/security/libgcrypt/patches
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2003-12-06 00:29:26 +0000
committerxtraeme <xtraeme>2003-12-06 00:29:26 +0000
commit652005b806a222e650a33a994c6a9f53a271ae10 (patch)
tree52d60ada4b035ec373527f0fcfbb6ef190deb0ac /security/libgcrypt/patches
parent3a828ebdfedcd91a1ba515db2649ad864298bc5f (diff)
downloadpkgsrc-652005b806a222e650a33a994c6a9f53a271ae10.tar.gz
Oops, this patch still is needed.
Diffstat (limited to 'security/libgcrypt/patches')
-rw-r--r--security/libgcrypt/patches/patch-aa16
1 files changed, 16 insertions, 0 deletions
diff --git a/security/libgcrypt/patches/patch-aa b/security/libgcrypt/patches/patch-aa
new file mode 100644
index 00000000000..c97eb6f1f2e
--- /dev/null
+++ b/security/libgcrypt/patches/patch-aa
@@ -0,0 +1,16 @@
+$NetBSD: patch-aa,v 1.3 2003/12/06 00:29:26 xtraeme Exp $
+
+--- src/libgcrypt-config.in.orig 2003-12-06 00:51:56.000000000 +0100
++++ src/libgcrypt-config.in 2003-12-06 00:52:51.000000000 +0100
+@@ -152,9 +152,9 @@
+
+ # Set up `libdirs'.
+ if test "@libdir@" != "/usr/lib" ; then
+- libdirs="-L@libdir@"
++ libdirs="-L@libdir@ -Wl,-R@libdir@"
+ for i in $libs ; do
+- if test "$i" = "-L@libdir@" ; then
++ if test "$i" = "-L@libdir@ -Wl,-R@libdir@" ; then
+ libdirs=""
+ fi
+ done