pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/gtk3
Module Name: pkgsrc
Committed By: leot
Date: Sat Oct 27 12:28:28 UTC 2018
Modified Files:
pkgsrc/x11/gtk3: buildlink3.mk
Log Message:
gtk3: Add a missing BUILDLINK_API_DEPENDS.libepoxy in buildlink3.mk
libepoxy>=1.4 is needed but in buildlink3.mk no such bond was specified leading
to link issues when building packages including gtk3 bl3.
Should fix PR pkg/53688.
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/x11/gtk3/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/x11/gtk3/buildlink3.mk
diff -u pkgsrc/x11/gtk3/buildlink3.mk:1.34 pkgsrc/x11/gtk3/buildlink3.mk:1.35
--- pkgsrc/x11/gtk3/buildlink3.mk:1.34 Mon Apr 16 14:33:59 2018
+++ pkgsrc/x11/gtk3/buildlink3.mk Sat Oct 27 12:28:28 2018
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.34 2018/04/16 14:33:59 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.35 2018/10/27 12:28:28 leot Exp $
BUILDLINK_TREE+= gtk3
@@ -23,6 +23,7 @@ pkgbase := gtk3
.include "../../graphics/cairo-gobject/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../graphics/gdk-pixbuf2/buildlink3.mk"
+BUILDLINK_API_DEPENDS.libepoxy+= libepoxy>=1.4
.include "../../graphics/libepoxy/buildlink3.mk"
.if !empty(PKG_BUILD_OPTIONS.gtk3:Mx11)
. if !empty(PKG_BUILD_OPTIONS.gtk3:Mgtk3-atk-bridge)
Home |
Main Index |
Thread Index |
Old Index