Bug 48824

Summary: add WITHOUT_NLS support to devel/bison
Product: Ports & Packages Reporter: matthias.andree <matthias.andree>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: ports
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

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!