summaryrefslogtreecommitdiff
path: root/chat/libpurple
diff options
context:
space:
mode:
authorwiz <wiz>2011-07-13 11:02:41 +0000
committerwiz <wiz>2011-07-13 11:02:41 +0000
commitcc2337061e49cc70ce3d3ab86a61163b37eff2af (patch)
tree4eab56354eaf175e943b03412e02e318d3d91d61 /chat/libpurple
parentbc23fedae9b96ddd6f2bcda6184ae3bcb5351916 (diff)
downloadpkgsrc-cc2337061e49cc70ce3d3ab86a61163b37eff2af.tar.gz
When looking for gnutls, configure tries to link against libgcrypt,
so pull it in.
Diffstat (limited to 'chat/libpurple')
-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