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 | |
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
-rw-r--r-- | databases/gnome-db/Makefile | 1 | ||||
-rw-r--r-- | databases/gnomedb/Makefile | 1 | ||||
-rw-r--r-- | databases/gnomedb2/Makefile | 1 | ||||
-rw-r--r-- | databases/libgda/Makefile | 1 | ||||
-rw-r--r-- | databases/libgda2/Makefile | 1 | ||||
-rw-r--r-- | databases/libgda3/Makefile | 1 | ||||
-rw-r--r-- | devel/bonobo/Makefile | 1 | ||||
-rw-r--r-- | graphics/gdk-pixbuf/Makefile | 3 | ||||
-rw-r--r-- | www/gtkhtml/Makefile | 3 | ||||
-rw-r--r-- | www/gtkhtml3/Makefile | 3 | ||||
-rw-r--r-- | www/gtkhtml38/Makefile | 3 | ||||
-rw-r--r-- | www/libgtkhtml/Makefile | 3 | ||||
-rw-r--r-- | x11/gnomecore/Makefile | 3 |
13 files changed, 19 insertions, 6 deletions
diff --git a/databases/gnome-db/Makefile b/databases/gnome-db/Makefile index 398aa3d..8d39545 100644 --- a/databases/gnome-db/Makefile +++ b/databases/gnome-db/Makefile @@ -23,6 +23,7 @@ USE_GNOMECTRL= yes USE_GMAKE= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes +CONFIGURE_ARGS= --disable-gtk-doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-pthread -L${LOCALBASE}/lib -lintl" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} diff --git a/databases/gnomedb/Makefile b/databases/gnomedb/Makefile index 398aa3d..8d39545 100644 --- a/databases/gnomedb/Makefile +++ b/databases/gnomedb/Makefile @@ -23,6 +23,7 @@ USE_GNOMECTRL= yes USE_GMAKE= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes +CONFIGURE_ARGS= --disable-gtk-doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-pthread -L${LOCALBASE}/lib -lintl" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} diff --git a/databases/gnomedb2/Makefile b/databases/gnomedb2/Makefile index 398aa3d..8d39545 100644 --- a/databases/gnomedb2/Makefile +++ b/databases/gnomedb2/Makefile @@ -23,6 +23,7 @@ USE_GNOMECTRL= yes USE_GMAKE= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes +CONFIGURE_ARGS= --disable-gtk-doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-pthread -L${LOCALBASE}/lib -lintl" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} diff --git a/databases/libgda/Makefile b/databases/libgda/Makefile index 3a109cf..abfd7e8 100644 --- a/databases/libgda/Makefile +++ b/databases/libgda/Makefile @@ -23,6 +23,7 @@ USE_GNOMECTRL= yes USE_GMAKE= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-gtk-doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lintl -lgdbm" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} diff --git a/databases/libgda2/Makefile b/databases/libgda2/Makefile index 3a109cf..abfd7e8 100644 --- a/databases/libgda2/Makefile +++ b/databases/libgda2/Makefile @@ -23,6 +23,7 @@ USE_GNOMECTRL= yes USE_GMAKE= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-gtk-doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lintl -lgdbm" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} diff --git a/databases/libgda3/Makefile b/databases/libgda3/Makefile index 3a109cf..abfd7e8 100644 --- a/databases/libgda3/Makefile +++ b/databases/libgda3/Makefile @@ -23,6 +23,7 @@ USE_GNOMECTRL= yes USE_GMAKE= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-gtk-doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lintl -lgdbm" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} diff --git a/devel/bonobo/Makefile b/devel/bonobo/Makefile index 06b1968..78f10c3 100644 --- a/devel/bonobo/Makefile +++ b/devel/bonobo/Makefile @@ -24,6 +24,7 @@ USE_GMAKE= yes USE_GNOMECTRL= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes +CONFIGURE_ARGS= --disable-gtk-doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} 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}" diff --git a/www/gtkhtml/Makefile b/www/gtkhtml/Makefile index 6089b28..eba6485 100644 --- a/www/gtkhtml/Makefile +++ b/www/gtkhtml/Makefile @@ -26,7 +26,8 @@ USE_GMAKE= yes USE_GNOMECTRL= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-gconf=yes +CONFIGURE_ARGS= --with-gconf=yes \ + --disable-gtk-doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} diff --git a/www/gtkhtml3/Makefile b/www/gtkhtml3/Makefile index 6089b28..eba6485 100644 --- a/www/gtkhtml3/Makefile +++ b/www/gtkhtml3/Makefile @@ -26,7 +26,8 @@ USE_GMAKE= yes USE_GNOMECTRL= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-gconf=yes +CONFIGURE_ARGS= --with-gconf=yes \ + --disable-gtk-doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} diff --git a/www/gtkhtml38/Makefile b/www/gtkhtml38/Makefile index 6089b28..eba6485 100644 --- a/www/gtkhtml38/Makefile +++ b/www/gtkhtml38/Makefile @@ -26,7 +26,8 @@ USE_GMAKE= yes USE_GNOMECTRL= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-gconf=yes +CONFIGURE_ARGS= --with-gconf=yes \ + --disable-gtk-doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} diff --git a/www/libgtkhtml/Makefile b/www/libgtkhtml/Makefile index 6089b28..eba6485 100644 --- a/www/libgtkhtml/Makefile +++ b/www/libgtkhtml/Makefile @@ -26,7 +26,8 @@ USE_GMAKE= yes USE_GNOMECTRL= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-gconf=yes +CONFIGURE_ARGS= --with-gconf=yes \ + --disable-gtk-doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} diff --git a/x11/gnomecore/Makefile b/x11/gnomecore/Makefile index ba2afb1..966aae0b8 100644 --- a/x11/gnomecore/Makefile +++ b/x11/gnomecore/Makefile @@ -24,7 +24,8 @@ USE_GNOMECTRL= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-kde-datadir=${LOCALBASE}/share \ - --with-gtkhtml=${X11BASE} + --with-gtkhtml=${X11BASE} \ + --disable-gtk-doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" |