diff options
author | marcus <marcus@FreeBSD.org> | 2002-04-24 15:50:09 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-04-24 15:50:09 +0000 |
commit | 8fa32dcb64b4acceaa7f519f06a00df25de7e9b3 (patch) | |
tree | 8f9f3d24d4df53c6c734053e8347edfe24f64815 /graphics | |
parent | aadcf295b85b4d62a4e80ae6bdcd45f9e0379e5f (diff) | |
download | FreeBSD-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/Makefile | 3 |
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}" |