Bug 34229

Summary: Fix port: x11-wm/xfce (build problem)
Product: Ports & Packages Reporter: SASAKI Katuhiro <sahiro>
Component: Individual Port(s)Assignee: Yukihiro Nakai <nakai>
Status: Closed FIXED    
Severity: Affects Only Me CC: lehmann
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description SASAKI Katuhiro 2002-01-24 14:10:01 UTC
Configure script of xfce automatically detect iconv library. When iconv 
library is detected, xfce tries to link the library and fails.
Patch below add dependency on converters/iconv port (This dependency is 
optional if iconv library is not available on a system building this port.) 
and workaround for build problem.

How-To-Repeat: # cd /usr/ports/converters/iconv && make && make install
...
# cd /usr/ports/x11-wm/xfce && make
...
cc -O -pipe -o xfmenu xfmenu.o  -L/usr/X11R6/lib ../libs/.libs/libxfwmcore.al -lXpm -L/usr/local/lib -lglib12 -lSM -lICE -lXext -lX11 -lXpm -lXpm
xfmenu.o: In function `convert_code':
xfmenu.o(.text+0x100): undefined reference to `iconv_open'
xfmenu.o(.text+0x123): undefined reference to `iconv'
xfmenu.o(.text+0x12f): undefined reference to `iconv_close'
*** Error code 1
...
Comment 1 Patrick Li freebsd_committer freebsd_triage 2002-01-27 01:36:59 UTC
Responsible Changed
From-To: freebsd-ports->nakai

Over to maintainer
Comment 2 Yukihiro Nakai freebsd_committer freebsd_triage 2002-02-18 10:37:24 UTC
State Changed
From-To: open->closed

Update commited as giconv used. Thanks!