[Bug 177059] devel/cmake: /usr/share/cmake/Modules/FindLibXml2.cmake should include ${LOCAL_BASE}/include in LIBXML2_INCLUDE_DIR
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Oct 12 10:31:25 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=177059
Adriaan de Groot <adridg at freebsd.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |adridg at freebsd.org
--- Comment #4 from Adriaan de Groot <adridg at freebsd.org> ---
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.
More information about the kde-freebsd
mailing list