[Bug 262940] textproc/libxml2 and textproc/py-libxml2: Revert back to GNU Autotools due to some curl dependencies?

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 05 Apr 2022 02:17:54 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262940

Derek Schrock <dereks@lifeofadishwasher.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dereks@lifeofadishwasher.co
                   |                            |m

--- Comment #9 from Derek Schrock <dereks@lifeofadishwasher.com> ---
The post-install sub/replace appears to be incorrect.  autoconf is doing this
because of --with-iconv=/usr.

configure:15898
        ...
        # Export this since our headers include iconv.h
        XML_INCLUDEDIR="${XML_INCLUDEDIR} -I$with_iconv/include"
        ...

It seems it should either remain as is or the -I/usr/include should be removed
not changed?

-- 
You are receiving this mail because:
You are the assignee for the bug.