pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/kadu One more hack to make it actually work.. (th...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0d14972f4c7a
branches: trunk
changeset: 497845:0d14972f4c7a
user: salo <salo%pkgsrc.org@localhost>
date: Fri Aug 05 21:42:54 2005 +0000
description:
One more hack to make it actually work.. (the configure tests are overly
complex and stupid..).
diffstat:
chat/kadu/distinfo | 4 ++--
chat/kadu/patches/patch-ab | 20 ++++++++++++++++----
2 files changed, 18 insertions(+), 6 deletions(-)
diffs (49 lines):
diff -r 0ca11580f5f9 -r 0d14972f4c7a chat/kadu/distinfo
--- a/chat/kadu/distinfo Fri Aug 05 21:02:04 2005 +0000
+++ b/chat/kadu/distinfo Fri Aug 05 21:42:54 2005 +0000
@@ -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 -r 0ca11580f5f9 -r 0d14972f4c7a chat/kadu/patches/patch-ab
--- a/chat/kadu/patches/patch-ab Fri Aug 05 21:02:04 2005 +0000
+++ b/chat/kadu/patches/patch-ab Fri Aug 05 21:42:54 2005 +0000
@@ -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 @@
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
\
Home |
Main Index |
Thread Index |
Old Index