summaryrefslogtreecommitdiff
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
commitb216d1f92120c3b0920c780a04954485713346d9 (patch)
treeea559c76dbc474ca8ba590946ffe9fe14685bfc7
parent2a86a40efb597d28691eae808282484e99803765 (diff)
downloadpkgsrc-b216d1f92120c3b0920c780a04954485713346d9.tar.gz
Linking with libssl requires libcrypto on systems where libssl doesn't
implicitly add it (e.g., netbsd-2).
-rw-r--r--chat/kadu/distinfo4
-rw-r--r--chat/kadu/patches/patch-ab4
2 files changed, 4 insertions, 4 deletions
diff --git a/chat/kadu/distinfo b/chat/kadu/distinfo
index bfcf97fafa0..70a3fec6545 100644
--- a/chat/kadu/distinfo
+++ b/chat/kadu/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.5 2005/07/20 14:49:05 adam Exp $
+$NetBSD: distinfo,v 1.6 2005/08/05 21:02:04 salo Exp $
SHA1 (kadu-0.4.1.tar.bz2) = e2eb3af9b156e0adfa8d6aa4577e2a8b67807514
RMD160 (kadu-0.4.1.tar.bz2) = aab9004b0b830a14a7a13168217040d7bf68a656
Size (kadu-0.4.1.tar.bz2) = 1218351 bytes
SHA1 (patch-aa) = 326e786f46223121de946294a647289f1c190b87
-SHA1 (patch-ab) = 6c87109f708ffe5eb0d313380d4f49959901569c
+SHA1 (patch-ab) = 09386d292acb7fe954e829f93c79d3ffb8d3391c
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