summaryrefslogtreecommitdiff
path: root/mail/claws-mail
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2011-05-04 17:41:15 +0000
committerdrochner <drochner@pkgsrc.org>2011-05-04 17:41:15 +0000
commit5545890f5595947671cffd52ea14a81de0d78907 (patch)
treeb0587f1f19657a38413517602fd2113b1f9dc73e /mail/claws-mail
parent180faa8d4a385aac665f0931359a8fa6f7077e8d (diff)
downloadpkgsrc-5545890f5595947671cffd52ea14a81de0d78907.tar.gz
these programs are known to suffer from incompatible changes
in gnutls-2.12 -- add constraint and URL reference (from gls)
Diffstat (limited to 'mail/claws-mail')
-rw-r--r--mail/claws-mail/Makefile.common5
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/claws-mail/Makefile.common b/mail/claws-mail/Makefile.common
index fc9de324c39..8e53e0b6bc6 100644
--- a/mail/claws-mail/Makefile.common
+++ b/mail/claws-mail/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.9 2009/05/19 08:59:20 wiz Exp $
+# $NetBSD: Makefile.common,v 1.10 2011/05/04 17:41:15 drochner Exp $
# used by mail/claws-mail/plugins.mk
@@ -46,6 +46,9 @@ CONFIGURE_ARGS+= --enable-libetpan
CONFIGURE_ARGS+= --disable-bogofilter-plugin
CONFIGURE_ARGS+= --disable-spamassassin-plugin
+# see https://savannah.gnu.org/support/index.php?107660
+BUILDLINK_ABI_DEPENDS.gnutls+= gnutls<2.12.0
+
.include "../../devel/glib2/buildlink3.mk"
.include "../../mail/libetpan/buildlink3.mk"
.include "../../security/gnutls/buildlink3.mk"