Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Feb 2013 19:30:02 GMT
From:      John Hein <jhein@symmetricom.com>
To:        x11@FreeBSD.org
Subject:   Re: ports/175935: x11-clocks/xclock links to iconv
Message-ID:  <201302071930.r17JU2Ot074867@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/175935; it has been noted by GNATS.

From: John Hein <jhein@symmetricom.com>
To: <pawel@FreeBSD.org>
Cc: bug-followup@freebsd.org
Subject: Re: ports/175935: x11-clocks/xclock links to iconv
Date: Thu, 7 Feb 2013 12:27:11 -0700

 xclock will use iconv if it's there, but it's optional.
 
 From xclock's configure on a system without iconv...
 
 checking for iconv... no, consider installing GNU libiconv
 
 and...
 
 % ldd /usr/local/bin/xclock | grep iconv || echo nope
 nope
 
 
 So forcing iconv into xclock's dependencies is probably wrong in this
 case.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302071930.r17JU2Ot074867>