summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2002-04-24 15:50:09 +0000
committermarcus <marcus@FreeBSD.org>2002-04-24 15:50:09 +0000
commit8fa32dcb64b4acceaa7f519f06a00df25de7e9b3 (patch)
tree8f9f3d24d4df53c6c734053e8347edfe24f64815 /graphics
parentaadcf295b85b4d62a4e80ae6bdcd45f9e0379e5f (diff)
downloadFreeBSD-ports-8fa32dcb64b4acceaa7f519f06a00df25de7e9b3.zip
FreeBSD-ports-8fa32dcb64b4acceaa7f519f06a00df25de7e9b3.tar.gz
Add --disable-gtk-doc to prevent build and install problems when gtk-doc 0.9
is also installed. PR: 36401 Reported by: many Approved by: sobomax
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gdk-pixbuf/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gdk-pixbuf/Makefile b/graphics/gdk-pixbuf/Makefile
index b7c99f7..b4740b8 100644
--- a/graphics/gdk-pixbuf/Makefile
+++ b/graphics/gdk-pixbuf/Makefile
@@ -25,7 +25,8 @@ USE_X_PREFIX= yes
USE_GTK= yes
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc
+CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \
+ --disable-gtk-doc
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib" \
BUILD_CANVAS="${BUILD_CANVAS}"
OpenPOWER on IntegriCloud