K 10 svn:author V 4 feld K 8 svn:date V 27 2019-03-14T17:28:11.964150Z K 7 svn:log V 605 MFH: r494851 r495525 www/node: Update 11.10.1 -> 11.11.0 https://nodejs.org/en/blog/release/v11.11.0/ Sponsored by: Miles AS www/node: set environment variables for host build The Node.js build system supports cross-compilation via node-gyp, which picks up CC, CXX, LINK, C*FLAGS, and LDFLAGS from the environment for the target build, but not for the host. We need to set the environment variables for the "host" build. This unbreaks the build on powerpc64. PR: 233650 Reported by: Piotr Kubaj Sponsored by: Miles AS Differential Revision: https://reviews.freebsd.org/D19250 END