diff options
author | salo <salo@pkgsrc.org> | 2005-08-05 21:42:54 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2005-08-05 21:42:54 +0000 |
commit | beb9e3a88178dcb8cf0cb2f16ec2b4275705ce60 (patch) | |
tree | 6f890598be39631c853cb800dfb380d7263c048b /chat/kadu | |
parent | f4ad25ecbe387e976012af656ff7bdf0f7d4e288 (diff) | |
download | pkgsrc-beb9e3a88178dcb8cf0cb2f16ec2b4275705ce60.tar.gz |
One more hack to make it actually work.. (the configure tests are overly
complex and stupid..).
Diffstat (limited to 'chat/kadu')
-rw-r--r-- | chat/kadu/distinfo | 4 | ||||
-rw-r--r-- | chat/kadu/patches/patch-ab | 20 |
2 files changed, 18 insertions, 6 deletions
diff --git a/chat/kadu/distinfo b/chat/kadu/distinfo index 70a3fec6545..9f720da8575 100644 --- a/chat/kadu/distinfo +++ b/chat/kadu/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.6 2005/08/05 21:02:04 salo Exp $ +$NetBSD: distinfo,v 1.7 2005/08/05 21:42:54 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) = 09386d292acb7fe954e829f93c79d3ffb8d3391c +SHA1 (patch-ab) = 02684bdadb7c5fb46d4d79cfcfd1f5671d55f1a3 diff --git a/chat/kadu/patches/patch-ab b/chat/kadu/patches/patch-ab index c5ae0fd8e1d..abdb093a0ce 100644 --- a/chat/kadu/patches/patch-ab +++ b/chat/kadu/patches/patch-ab @@ -1,8 +1,8 @@ -$NetBSD: patch-ab,v 1.5 2005/08/05 21:02:04 salo Exp $ +$NetBSD: patch-ab,v 1.6 2005/08/05 21:42:54 salo Exp $ --- configure.orig 2005-07-19 19:52:02.000000000 +0000 -+++ configure -@@ -9494,12 +9494,12 @@ echo "$as_me: error: libgadu.h not found ++++ configure 2005-08-05 21:18:36.000000000 +0000 +@@ -9494,12 +9494,12 @@ fi rm -f conftest.err conftest.$ac_objext conftest.$ac_ext @@ -17,7 +17,19 @@ $NetBSD: patch-ab,v 1.5 2005/08/05 21:02:04 salo Exp $ cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF -@@ -9992,7 +9992,7 @@ fi +@@ -9858,7 +9858,11 @@ + echo "$as_me:$LINENO: checking if lib$lib is in system directories" >&5 + echo $ECHO_N "checking if lib$lib is in system directories... $ECHO_C" >&6 + save_CFLAGS="$CFLAGS" ++ if [ x$lib = xssl ]; then ++ CFLAGS="$CFLAGS $MODULE_LDFLAGS -l$lib -lcrypto" ++ else + CFLAGS="$CFLAGS $MODULE_LDFLAGS -l$lib" ++ fi + cat >conftest.$ac_ext <<_ACEOF + /* confdefs.h. */ + _ACEOF +@@ -9992,7 +9996,7 @@ rm -f conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext \ |