pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/gmime
Module Name: pkgsrc
Committed By: gdt
Date: Thu Mar 16 00:34:46 UTC 2017
Modified Files:
pkgsrc/mail/gmime: buildlink3.mk
Log Message:
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@
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/mail/gmime/buildlink3.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mail/gmime/buildlink3.mk
diff -u pkgsrc/mail/gmime/buildlink3.mk:1.20 pkgsrc/mail/gmime/buildlink3.mk:1.21
--- pkgsrc/mail/gmime/buildlink3.mk:1.20 Sat Jul 13 19:23:36 2013
+++ pkgsrc/mail/gmime/buildlink3.mk Thu Mar 16 00:34:46 2017
@@ -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
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