https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262940
Derek Schrock <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |m --- Comment #9 from Derek Schrock <[email protected]> --- 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.
