summaryrefslogtreecommitdiff
path: root/chat/kadu/patches
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2005-08-05 21:02:04 +0000
committersalo <salo@pkgsrc.org>2005-08-05 21:02:04 +0000
commitf4ad25ecbe387e976012af656ff7bdf0f7d4e288 (patch)
treeea559c76dbc474ca8ba590946ffe9fe14685bfc7 /chat/kadu/patches
parent997d900b345f77175b2b395937b3c32054248788 (diff)
downloadpkgsrc-f4ad25ecbe387e976012af656ff7bdf0f7d4e288.tar.gz
Linking with libssl requires libcrypto on systems where libssl doesn't
implicitly add it (e.g., netbsd-2).
Diffstat (limited to 'chat/kadu/patches')
-rw-r--r--chat/kadu/patches/patch-ab4
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/kadu/patches/patch-ab b/chat/kadu/patches/patch-ab
index 386b4d031ad..c5ae0fd8e1d 100644
--- a/chat/kadu/patches/patch-ab
+++ b/chat/kadu/patches/patch-ab
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.4 2005/07/20 14:49:05 adam Exp $
+$NetBSD: patch-ab,v 1.5 2005/08/05 21:02:04 salo Exp $
--- configure.orig 2005-07-19 19:52:02.000000000 +0000
+++ configure
@@ -7,7 +7,7 @@ $NetBSD: patch-ab,v 1.4 2005/07/20 14:49:05 adam Exp $
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
- GADU_LIBS=-lgadu
-+ GADU_LIBS="-lgadu -lssl -lpthread"
++ GADU_LIBS="-lgadu -lssl -lcrypto -lpthread"
echo "$as_me:$LINENO: checking if libgadu is in system directories" >&5
echo $ECHO_N "checking if libgadu is in system directories... $ECHO_C" >&6