summaryrefslogtreecommitdiff
path: root/chat/libpurple/patches
diff options
context:
space:
mode:
Diffstat (limited to 'chat/libpurple/patches')
-rw-r--r--chat/libpurple/patches/patch-aa22
1 files changed, 22 insertions, 0 deletions
diff --git a/chat/libpurple/patches/patch-aa b/chat/libpurple/patches/patch-aa
new file mode 100644
index 00000000000..1b565ad706d
--- /dev/null
+++ b/chat/libpurple/patches/patch-aa
@@ -0,0 +1,22 @@
+$NetBSD: patch-aa,v 1.15 2012/04/25 16:27:50 drochner Exp $
+
+--- configure.orig 2012-04-02 10:22:15.000000000 +0000
++++ configure
+@@ -20785,7 +20785,7 @@ if ${ac_cv_gnutls_libs+:} false; then :
+ $as_echo_n "(cached) " >&6
+ else
+
+- LIBS="$LIBS $with_gnutls_libs -lgnutls -lgcrypt"
++ LIBS="$LIBS $with_gnutls_libs -lgnutls"
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+
+@@ -20824,7 +20824,7 @@ $as_echo "#define HAVE_GNUTLS 1" >>confd
+ $as_echo "#define HAVE_SSL 1" >>confdefs.h
+
+ msg_gnutls="GnuTLS"
+- GNUTLS_LIBS="$with_gnutls_libs -lgnutls -lgcrypt"
++ GNUTLS_LIBS="$with_gnutls_libs -lgnutls"
+
+ enable_gnutls="yes"
+ else