| Summary: | Allow local configure options to finance/gnucash | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | ag <ag> | ||||||
| Component: | Individual Port(s) | Assignee: | freebsd-gnome (Nobody) <gnome> | ||||||
| Status: | Closed FIXED | ||||||||
| Severity: | Affects Only Me | ||||||||
| Priority: | Normal | ||||||||
| Version: | Latest | ||||||||
| Hardware: | Any | ||||||||
| OS: | Any | ||||||||
| Attachments: |
|
||||||||
Responsible Changed From-To: freebsd-ports-bugs->gnome Over to maintainer (via the GNATS Auto Assign Tool) Perhaps the cleaner solution is to have another "KNOB" kwm 2011-08-19 17:48:35 UTC
FreeBSD ports repository
Modified files:
finance/gnucash Makefile
Log:
Add option for experimental localized tax categories [1]
Pet portlint by moving LICENSE block to correct place and moving CPPFLAGS out
of configure_env.
PR: ports/159822 [1]
Submitted by: Armin Gruner <ag@muc.de> [1]
Revision Changes Path
1.158 +10 -5 ports/finance/gnucash/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed I committed a OPTIONS knob. Thanks! |
gnucash has the option to support local specific taxes if GNU configure is called with --enable-local-specific-tax. Howewer, the "usual" paradigm to put build options into /etc/make.conf does not work, as CONFIGURE_ARGS cannot be modified. With the change in the ports Makefile, one can put .if ${.CURDIR:M/usr/ports/finance/gnucash*} CONFIGURE_ARGS+=--enable-locale-specific-tax .endif into ``/etc/make.conf''.