pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/gegl Fix build with newer gdk-pixbuf2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7adbb9ceeee4
branches:  trunk
changeset: 398542:7adbb9ceeee4
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sun Jul 21 13:36:00 2019 +0000

description:
Fix build with newer gdk-pixbuf2

diffstat:

 graphics/gegl/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r cc4f52552168 -r 7adbb9ceeee4 graphics/gegl/Makefile
--- a/graphics/gegl/Makefile    Sun Jul 21 12:56:40 2019 +0000
+++ b/graphics/gegl/Makefile    Sun Jul 21 13:36:00 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.73 2019/07/16 15:34:25 nia Exp $
+# $NetBSD: Makefile,v 1.74 2019/07/21 13:36:00 ryoon Exp $
 
 DISTNAME=      gegl-0.4.16
 PKGREVISION=   1
@@ -35,6 +35,7 @@
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && ${MV} gcut gegl-gcut
 
+.include "../../databases/shared-mime-info/buildlink3.mk"
 BUILDLINK_API_DEPENDS.babl+=   babl>=0.1.52
 .include "../../graphics/babl/buildlink3.mk"
 .include "../../mk/jpeg.buildlink3.mk"



Home | Main Index | Thread Index | Old Index