https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=177059
Raphael Kubo da Costa <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |maintainer-feedback+ --- Comment #3 from Raphael Kubo da Costa <[email protected]> --- I think it's still relevant, I remember noticing that several ports needed USES=iconv just because they pulled some libxml2 header that included iconv.h in bug 202798. However, I'm not sure just adding ${LOCALBASE}/include to LIBXML2_INCLUDE_DIR is the right solution here: whether iconv from base or ports needs to be used depends on the FreeBSD version, the iconv features being required and whether the iconv port is already installed. See the logic in Mk/Uses/iconv.mk that is needed to deal with all those differences. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ kde-freebsd mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
