svn commit: r372261 - in head/devel/ding-libs: . files

John Marino freebsd.contact at marino.st
Fri Nov 7 15:20:29 UTC 2014


On 11/7/2014 16:12, Ryan Steinmetz wrote:
> On (11/07/14 14:54), John Marino wrote:
>> On 11/7/2014 14:33, Ryan Steinmetz wrote:
>>> +LIBS+=        -L${LOCALBASE}/lib -liconv -lintl
>>
>> shouldn't that be:
>> LIBS+=        -L${LOCALBASE}/lib ${ICONVLIB} -lintl
>>
>> or something like that?
> 
> Not unless you can tell me what defines ICONVLIB. :)
> 

Mk/Uses/iconv.mk

setting it unconditionally is normally wrong.  iconv.mk defines it when
it's needed.

John


More information about the svn-ports-all mailing list