summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-04-16 06:47:23 +0000
committernia <nia@pkgsrc.org>2021-04-16 06:47:23 +0000
commit0b475566472f4be9be81772f1165cc19046b97fd (patch)
treefa6b67bae6f9d411bb54b36f8620c7a8365ef7b7
parente84c9b82472bbf3c2c2798d28ae1d3987bbb62d6 (diff)
downloadpkgsrc-0b475566472f4be9be81772f1165cc19046b97fd.tar.gz
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.
-rw-r--r--graphics/gdk-pixbuf2-xlib/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gdk-pixbuf2-xlib/Makefile b/graphics/gdk-pixbuf2-xlib/Makefile
index 5d099982566..39b7c0e0a61 100644
--- a/graphics/gdk-pixbuf2-xlib/Makefile
+++ b/graphics/gdk-pixbuf2-xlib/Makefile
@@ -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 @@ 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 x11=true
PKGCONFIG_OVERRIDE_STAGE= pre-install
PKGCONFIG_OVERRIDE= output/meson-private/gdk-pixbuf-xlib-2.0.pc