[Bug 210305] www/node: build fails (at deps/icu-small)
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Jun 16 08:02:12 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210305
--- Comment #15 from Bradley T. Hughes <bradleythughes at fastmail.fm> ---
As I mentioned before, the -I/usr/local/include is the cause of the build
problem. It makes the compiler pick up includes in /usr/local/include instead
of the bundled ones, which is not what I/we wanted.
I've narrowed it down to pkgconfig, having that installed causes the node.js
configure script to pull in the include and library path from there, which adds
the -I/usr/local/include up to three times on the compiler command line. I
suspect this is causing a problem with building the bundled icu-small while
having devel/icu installed. I am testing some different build combinations to
narrow it down.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list