Bug 48824 - add WITHOUT_NLS support to devel/bison
Summary: add WITHOUT_NLS support to devel/bison
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-02 01:10 UTC by matthias.andree
Modified: 2003-07-29 07:35 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (2.13 KB, patch)
2003-03-02 01:10 UTC, matthias.andree
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description matthias.andree 2003-03-02 01:10:01 UTC
The patch below allows bison to be compiled without gettext support, for use
when space is tight or the gettext dependency is not desired.
To compile without gettext support after applying the patch:
make clean
make -DWITHOUT_NLS install
Comment 1 Daichi GOTO freebsd_committer freebsd_triage 2003-07-29 07:35:37 UTC
State Changed
From-To: open->closed

Committed. Thanks!