pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/gdk-pixbuf2-xlib gdk-pixbuf2-xlib: disable bu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f691d3ff035d
branches:  trunk
changeset: 450405:f691d3ff035d
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri Apr 16 06:47:23 2021 +0000

description:
gdk-pixbuf2-xlib: disable building of man pages explicitly

this causes packaging problems if xsltproc is found on the host system.

man pages are not useful for this package (they do not include library
docs in man format) but rather gdk2-pixbuf.

diffstat:

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

diffs (17 lines):

diff -r fa2ffb173c9d -r f691d3ff035d graphics/gdk-pixbuf2-xlib/Makefile
--- a/graphics/gdk-pixbuf2-xlib/Makefile        Fri Apr 16 06:45:50 2021 +0000
+++ b/graphics/gdk-pixbuf2-xlib/Makefile        Fri Apr 16 06:47:23 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2021/04/12 12:07:35 nia Exp $
+# $NetBSD: Makefile,v 1.31 2021/04/16 06:47:23 nia Exp $
 
 DISTNAME=      gdk-pixbuf-${PIXBUF2_VERSION}
 PKGNAME=       gdk-pixbuf2-xlib-${PIXBUF2_VERSION}
@@ -23,6 +23,7 @@
 MAKE_ENV+=     LD_LIBRARY_PATH=${WRKSRC}/output/gdk-pixbuf
 
 MESON_ARGS+=                   -D installed_tests=false
+MESON_ARGS+=                   -D man=true
 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