diff options
author | wiz <wiz@pkgsrc.org> | 2011-07-13 11:02:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-07-13 11:02:41 +0000 |
commit | bea366be049155528f18e3b01caab2990a64bdbe (patch) | |
tree | 4eab56354eaf175e943b03412e02e318d3d91d61 /chat/libpurple | |
parent | 01425e53c73ce2f389d57451634ca35844a0f6e7 (diff) | |
download | pkgsrc-bea366be049155528f18e3b01caab2990a64bdbe.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.mk | 4 |
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 |