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

John Marino freebsd.contact at marino.st
Fri Nov 7 13:54:49 UTC 2014


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?

John


More information about the svn-ports-all mailing list