https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=177059
Adriaan de Groot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Adriaan de Groot <[email protected]> --- The logic in Uses/iconv.mk adds variables ICONV_INCLUDE_DIR and LIBICONV_INCLUDE_DIR (set to identical values) which a port could use. I suppose we *could* patch FindLibXml2.cmake to add ICONV_INCLUDE_DIR to the LIBXML2_INCLUDE_DIR, so that ports doing find_package(LibXml2 REQUIRED) include_directories(${LIBXML2_INCLUDE_DIR}) add_definitions(${LIBXML2_DEFINITIONS}) will get the right directories included. -- You are receiving this mail because: You are the assignee for the bug.
