K 10 svn:author V 6 marino K 8 svn:date V 27 2015-02-02T18:41:56.951017Z K 7 svn:log V 449 devel/libhtp: tweak recent iconv:translit change to fix on some compilers When USES=iconv is changed to USES=iconv:translit, it can add libiconv dependency from ports along with the addition of -liconv to LDFLAGS. Most compilers (with FreeBSD's base compilers being notable exceptions) will not look in /usr/local/lib by default, so this adds a -L argument to LDFLAGS to help the linker find libiconv.so and unbreak the port on affected platforms. END