K 10 svn:author V 4 tijl K 8 svn:date V 27 2014-02-27T22:21:37.238036Z K 7 svn:log V 501 Prefer libc iconv over libiconv. The configure script has some simple tests that pick up libiconv when it is installed. By passing --without-iconv these tests can be skipped so the configure script falls back on a more standard iconv test that tests libc before libiconv. However, this fall-back does not set CFLAGS/LDFLAGS correctly when libiconv needs to be used, so only pass --without-iconv when libc iconv needs to be used (ICONV_LIB empty). PR: ports/186688 Approved by: garga (maintainer) END