From owner-freebsd-gnome@FreeBSD.ORG Fri Aug 25 18:38:54 2006 Return-Path: X-Original-To: gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1AC6016A4E5 for ; Fri, 25 Aug 2006 18:38:54 +0000 (UTC) (envelope-from bms@incunabulum.net) Received: from arginine.incunabulum.net (arginine.spc.org [83.167.185.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1319843D79 for ; Fri, 25 Aug 2006 18:38:33 +0000 (GMT) (envelope-from bms@incunabulum.net) Received: from localhost (localhost [127.0.0.1]) by arginine.incunabulum.net (Postfix) with ESMTP id B92D21CC22 for ; Fri, 25 Aug 2006 19:38:32 +0100 (BST) Received: from arginine.incunabulum.net ([127.0.0.1]) by localhost (arginine.incunabulum.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id nyET866x8tlq for ; Fri, 25 Aug 2006 19:38:30 +0100 (BST) Received: by arginine.incunabulum.net (Postfix, from userid 1078) id 1DB431CC21; Fri, 25 Aug 2006 19:38:30 +0100 (BST) Date: Fri, 25 Aug 2006 19:38:30 +0100 From: Bruce M Simpson To: gnome@FreeBSD.org Message-ID: <20060825183830.GD767@incunabulum.net> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="hHWLQfXTYDoKhP50" Content-Disposition: inline Organization: Incunabulum User-Agent: Mutt/1.5.11 Cc: Subject: [PATCH] Fix soup build X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Aug 2006 18:38:54 -0000 --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--