#52634: nodejs4 @4.6.0: build does not respect CXXFLAGS ------------------------+------------------------- Reporter: william@… | Owner: ciserlohn@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: Port: nodejs4 | ------------------------+------------------------- Comment (by larryv@…): No. The issue is that the portfile sets {{{ build.args-append CC=${configure.cc} \ CXX=${configure.cxx} \ CXX.host=${configure.cxx} \ CPP=${configure.cpp} \ CFLAGS="${configure.cflags}" \ CXXFLAGS="${configure.cxxflags}" \ LDFLAGS="${configure.ldflags}" \ PYTHON=${configure.python} \ V=1 }}} but `-stdlib` is not added to `configure.cxxflags` in the current release. The portfile must add it manually. -- Ticket URL: <https://trac.macports.org/ticket/52634#comment:4> MacPorts <https://www.macports.org/> Ports system for the Mac operating system