pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/gdk-pixbuf2-xlib



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Apr 16 07:35:28 UTC 2021

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

Log Message:
gdk-pixbuf2-xlib: correct previous, thx wiz


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/graphics/gdk-pixbuf2-xlib/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-xlib/Makefile
diff -u pkgsrc/graphics/gdk-pixbuf2-xlib/Makefile:1.31 pkgsrc/graphics/gdk-pixbuf2-xlib/Makefile:1.32
--- pkgsrc/graphics/gdk-pixbuf2-xlib/Makefile:1.31      Fri Apr 16 06:47:23 2021
+++ pkgsrc/graphics/gdk-pixbuf2-xlib/Makefile   Fri Apr 16 07:35:28 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2021/04/16 06:47:23 nia Exp $
+# $NetBSD: Makefile,v 1.32 2021/04/16 07:35:28 nia Exp $
 
 DISTNAME=      gdk-pixbuf-${PIXBUF2_VERSION}
 PKGNAME=       gdk-pixbuf2-xlib-${PIXBUF2_VERSION}
@@ -23,7 +23,7 @@ USE_TOOLS+=   msgfmt pkg-config
 MAKE_ENV+=     LD_LIBRARY_PATH=${WRKSRC}/output/gdk-pixbuf
 
 MESON_ARGS+=                   -D installed_tests=false
-MESON_ARGS+=                   -D man=true
+MESON_ARGS+=                   -D man=false
 MESON_ARGS+=                   -D x11=true
 PKGCONFIG_OVERRIDE_STAGE=      pre-install
 PKGCONFIG_OVERRIDE=            output/meson-private/gdk-pixbuf-xlib-2.0.pc



Home | Main Index | Thread Index | Old Index