FreeBSD Bugzilla – Attachment 117698 Details for
Bug 159822
Allow local configure options to finance/gnucash
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Makefile.diff
Makefile.diff (text/plain), 800 bytes, created by
ag
on 2011-08-17 09:49:42 UTC
(
hide
)
Description:
Makefile.diff
Filename:
MIME Type:
Creator:
ag
Created:
2011-08-17 09:49:42 UTC
Size:
800 bytes
patch
obsolete
>--- 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 159822
:
117697
| 117698