Bug 50584 - fvwm2-devel need to compile with libiconv
Summary: fvwm2-devel need to compile with libiconv
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: Cy Schubert
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-04 06:00 UTC by Shao Zhang
Modified: 2003-04-23 18:31 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Shao Zhang 2003-04-04 06:00:23 UTC
        fvwm2-devel need to include libiconv by default for multibyte support.
By default, linux libc6 has it. But for Freebsd, --with-iconv-lib and
--with-iconv-includes are required.

Fix: 

add --with-iconv-lib=/usr/local/lib and
--with-iconv-includes=/usr/local/include or at least provide a #DEFINE for it.
How-To-Repeat:         ldd `which fvwm`
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2003-04-05 19:51:56 UTC
Responsible Changed
From-To: freebsd-ports-bugs->cy

Over to maintainer
Comment 2 Cy Schubert freebsd_committer freebsd_triage 2003-04-23 18:30:48 UTC
State Changed
From-To: open->closed

Committed. Thanks for the patch.