Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Aug 2006 19:38:30 +0100
From:      Bruce M Simpson <bms@incunabulum.net>
To:        gnome@FreeBSD.org
Subject:   [PATCH] Fix soup build
Message-ID:  <20060825183830.GD767@incunabulum.net>

next in thread | raw e-mail | index | archive | help

--hHWLQfXTYDoKhP50
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

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

--hHWLQfXTYDoKhP50
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="soup.diff"

--- 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"
 

--hHWLQfXTYDoKhP50--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060825183830.GD767>