summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorgdt <gdt>2017-03-16 00:34:46 +0000
committergdt <gdt>2017-03-16 00:34:46 +0000
commit7d1d362d2c64bc1719aa62e5f44b1bcb37d49f29 (patch)
tree573227858518d71072268b6e36383d96fab2e98e /mail
parent752632269dd44c352cc32424d35121d0f8228ea6 (diff)
downloadpkgsrc-7d1d362d2c64bc1719aa62e5f44b1bcb37d49f29.tar.gz
Add gpgme to gimem's bl3
While arguably the real bug is that gmime's pkg-config file libs includes gpgme's libs, this makes libraries visible to depending builds that end up on link lines. Resolves build failure for totem-pl-parser. ok wiz@
Diffstat (limited to 'mail')
-rw-r--r--mail/gmime/buildlink3.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/mail/gmime/buildlink3.mk b/mail/gmime/buildlink3.mk
index 86c79b0a702..1498196d425 100644
--- a/mail/gmime/buildlink3.mk
+++ b/mail/gmime/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.20 2013/07/13 19:23:36 joerg Exp $
+# $NetBSD: buildlink3.mk,v 1.21 2017/03/16 00:34:46 gdt Exp $
BUILDLINK_TREE+= gmime
@@ -9,6 +9,10 @@ BUILDLINK_API_DEPENDS.gmime+= gmime>=2.6.15
BUILDLINK_PKGSRCDIR.gmime?= ../../mail/gmime
.include "../../devel/glib2/buildlink3.mk"
+# gmime-2.6.pc specifies linking with gpgme's libs. While this is arguably
+# wrong and should perhaps be patched, until then we should include them
+# here.
+.include "../../security/gpgme/buildlink3.mk"
.endif # GMIME_BUILDLINK3_MK
BUILDLINK_TREE+= -gmime