summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authordrochner <drochner>2011-05-04 17:41:15 +0000
committerdrochner <drochner>2011-05-04 17:41:15 +0000
commita8519ab45fdc192bebe80550472a219637a71361 (patch)
treeb0587f1f19657a38413517602fd2113b1f9dc73e /mail
parent09c4f8d5115f7deaaa52cc9069768ed0bd535e0e (diff)
downloadpkgsrc-a8519ab45fdc192bebe80550472a219637a71361.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')
-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"