diff options
author | salo <salo@pkgsrc.org> | 2005-08-05 21:02:04 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2005-08-05 21:02:04 +0000 |
commit | f4ad25ecbe387e976012af656ff7bdf0f7d4e288 (patch) | |
tree | ea559c76dbc474ca8ba590946ffe9fe14685bfc7 /chat | |
parent | 997d900b345f77175b2b395937b3c32054248788 (diff) | |
download | pkgsrc-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')
-rw-r--r-- | chat/kadu/distinfo | 4 | ||||
-rw-r--r-- | chat/kadu/patches/patch-ab | 4 |
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 |