changeset 381:6cfc4648ffab

graphics/gdk-pixbuf: disable documentation for now
author David Demelier <markand@malikania.fr>
date Sun, 31 Mar 2019 21:37:09 +0200
parents e8d36e0b25da
children ebca5f1df2e4
files graphics/gdk-pixbuf/gdk-pixbuf.sh
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/graphics/gdk-pixbuf/gdk-pixbuf.sh	Sun Mar 31 21:35:29 2019 +0200
+++ b/graphics/gdk-pixbuf/gdk-pixbuf.sh	Sun Mar 31 21:37:09 2019 +0200
@@ -76,6 +76,7 @@
 	tar xvaf $PKGNAME-$PKGVERSION.tar.xz
 	pushd $PKGNAME-$PKGVERSION
 
+	# TODO: enable documentation once docbook-xml is there.
 	CC="$CC" \
 	CFLAGS="$CFLAGS" \
 	CXX="$CXX" \
@@ -85,13 +86,15 @@
 		--prefix /usr \
 		--buildtype release \
 		--default-library shared \
+		-D docs=false \
+		-D man=false \
 		$with_jasper \
 		$with_jpeg \
 		$with_png \
 		$with_tiff \
 		$with_x \
 		. build
-	ninja -C build
+	CC="$CC" ninja -C build
 	DESTDIR=$DESTDIR ninja -C build install
 
 	popd