ports/159822: Allow local configure options to finance/gnucash

Armin Gruner ag at muc.de
Wed Aug 17 09:20:10 UTC 2011


The following reply was made to PR ports/159822; it has been noted by GNATS.

From: Armin Gruner <ag at muc.de>
To: bug-followup at FreeBSD.org, ag at muc.de
Cc:  
Subject: Re: ports/159822: Allow local configure options to finance/gnucash
Date: Wed, 17 Aug 2011 10:49:42 +0200

 This is a multi-part message in MIME format.
 --------------010709090007010200050007
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 Perhaps the cleaner solution is to have another "KNOB"
 
 --------------010709090007010200050007
 Content-Type: text/plain;
  name="Makefile.diff"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="Makefile.diff"
 
 --- Makefile.orig	2011-08-17 10:37:12.037801772 +0200
 +++ Makefile	2011-08-17 10:39:47.100344503 +0200
 @@ -29,7 +29,8 @@
  		OFX		"OFX support"				off \
  		DATABASE	"Enable SQL database backends"		off \
  		WEBKIT		"Use webkit instead of gtkhtml for the HTML engine" off \
 -		PYTHON		"Install Python bindings"		off
 +		PYTHON		"Install Python bindings"		off \
 +		LOCALE_TAX	"Enable locale specific tax"		off
  
  LICENSE=	GPLv3
  LICENSE_FILE=	${WRKSRC}/COPYING
 @@ -114,6 +115,10 @@
  PLIST_SUB+=	PYTHON="@comment "
  .endif
  
 +.if defined(WITH_LOCALE_TAX)
 +CONFIGURE_ARGS+=--enable-locale-specific-tax
 +.endif
 +
  pre-configure:
  .if !defined(PACKAGE_BUILDING) && defined(WITH_AQBANKING) && !exists(${LOCALBASE}/lib/libgwengui-gtk2.so.0)
  BROKEN=	Please rebuild devel/gwenhywfar with the WITH_GTK2 option set
 
 --------------010709090007010200050007--


More information about the freebsd-gnome mailing list