pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/libgcrypt/patches Oops, this patch still is n...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9ef44c798947
branches: trunk
changeset: 464303:9ef44c798947
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Sat Dec 06 00:29:26 2003 +0000
description:
Oops, this patch still is needed.
diffstat:
security/libgcrypt/patches/patch-aa | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
diffs (20 lines):
diff -r 34b668b6c208 -r 9ef44c798947 security/libgcrypt/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/libgcrypt/patches/patch-aa Sat Dec 06 00:29:26 2003 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index