summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorwiz <wiz>2011-07-13 11:02:41 +0000
committerwiz <wiz>2011-07-13 11:02:41 +0000
commitc56ac6dfca7efd89a4f47e9eeb36bb2ca4e7b891 (patch)
tree4eab56354eaf175e943b03412e02e318d3d91d61 /chat
parenta8d826c4faa43dce90f16a90e939359ffe4a815e (diff)
downloadpkgsrc-c56ac6dfca7efd89a4f47e9eeb36bb2ca4e7b891.tar.gz
When looking for gnutls, configure tries to link against libgcrypt,
so pull it in.
Diffstat (limited to 'chat')
-rw-r--r--chat/libpurple/options.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/chat/libpurple/options.mk b/chat/libpurple/options.mk
index 3f8b92c4f26..42d7ab68a76 100644
--- a/chat/libpurple/options.mk
+++ b/chat/libpurple/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.18 2011/02/02 13:18:48 adam Exp $
+# $NetBSD: options.mk,v 1.19 2011/07/13 11:02:41 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.libpurple
PKG_SUPPORTED_OPTIONS+= avahi dbus debug farsight gnome gnutls
@@ -29,7 +29,9 @@ CONFIGURE_ARGS+= --enable-gnutls
CONFIGURE_ARGS+= --with-gnutls-includes=${BUILDLINK_PREFIX.gnutls}/include
CONFIGURE_ARGS+= --with-gnutls-libs=${BUILDLINK_PREFIX.gnutls}/lib
. include "../../security/gnutls/buildlink3.mk"
+. include "../../security/libgcrypt/buildlink3.mk"
.else
+CONFIGURE_ARGS+= --disable-gnutls
PLIST.nss= yes
CONFIGURE_ARGS+= --enable-nss
CONFIGURE_ARGS+= --with-nspr-includes=${BUILDLINK_PREFIX.nspr}/include/nspr