pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/gmime Add gpgme to gimem's bl3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dbacf1cd8155
branches:  trunk
changeset: 359669:dbacf1cd8155
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Thu Mar 16 00:34:46 2017 +0000

description:
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:

 mail/gmime/buildlink3.mk |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r cb8babab215a -r dbacf1cd8155 mail/gmime/buildlink3.mk
--- a/mail/gmime/buildlink3.mk  Thu Mar 16 00:03:12 2017 +0000
+++ b/mail/gmime/buildlink3.mk  Thu Mar 16 00:34:46 2017 +0000
@@ -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_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



Home | Main Index | Thread Index | Old Index