pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/gdk-pixbuf2



Module Name:    pkgsrc
Committed By:   tnn
Date:           Wed Jan  7 12:40:52 UTC 2026

Modified Files:
        pkgsrc/graphics/gdk-pixbuf2: Makefile

Log Message:
gdk-pixbuf2: explicitly disable glycin to fix configure stage

Not in pkgsrc & depends on rust will probably need a
PKG_OPTION once present.


To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 pkgsrc/graphics/gdk-pixbuf2/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/gdk-pixbuf2/Makefile
diff -u pkgsrc/graphics/gdk-pixbuf2/Makefile:1.75 pkgsrc/graphics/gdk-pixbuf2/Makefile:1.76
--- pkgsrc/graphics/gdk-pixbuf2/Makefile:1.75   Mon Jan  5 14:07:27 2026
+++ pkgsrc/graphics/gdk-pixbuf2/Makefile        Wed Jan  7 12:40:52 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.75 2026/01/05 14:07:27 adam Exp $
+# $NetBSD: Makefile,v 1.76 2026/01/07 12:40:52 tnn Exp $
 
 DISTNAME=      gdk-pixbuf-2.44.4
 PKGNAME=       ${DISTNAME:S/pixbuf/pixbuf2/}
@@ -43,6 +43,7 @@ SUBST_SED.dyld=               -e 's|@LD_LIBRARY_PATH@
 MESON_ARGS+=                   -D installed_tests=false
 # https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/merge_requests/169
 MESON_ARGS+=                   -D others=enabled
+MESON_ARGS+=                   -D glycin=disabled
 PKGCONFIG_OVERRIDE_STAGE=      pre-install
 PKGCONFIG_OVERRIDE=            output/meson-private/gdk-pixbuf-2.0.pc
 



Home | Main Index | Thread Index | Old Index