K 10 svn:author V 6 gerald K 8 svn:date V 27 2013-09-05T20:08:27.906157Z K 7 svn:log V 513 Work around a bug in libcpp that pulls in the optional system iconv if present instead of relying on the port we actually depend on. The issue is that /usr/include/iconv.h has #include which in turn, since both are included very late in the game, conflicts with similar definintions by libcpp itself. Interestingly enough, lang/gcc46 and lang/gcc48 did not fail under the same test scenarios and libstdc++ does not seem to require adjustments, so PR 161417 may not be relevant in full. PR: 161417 END