[PATCH] Fix soup build

Bruce M Simpson bms at incunabulum.net
Fri Aug 25 18:38:54 UTC 2006


During the build of devel/gnucash, soup fails to build without this patch.
I happen to have gtk-doc installed (and jade, DocBook etc).

BMS
-------------- next part --------------
--- Makefile.orig	Fri Aug 25 19:23:49 2006
+++ Makefile	Fri Aug 25 19:33:07 2006
@@ -22,7 +22,8 @@
 USE_GNOME=	gnomehack glib12 libxml
 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"
 


More information about the freebsd-gnome mailing list