#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 ken.cunningham.webuse@…): I suspect the issue here is that Xcode's clang knows that macOS systems before 10.9 used -libstdc++ by default, so that is what it will allow, as you've targeted 10.8. It's trying to help you. {{{ :info:build /usr/bin/clang++ .... :info:build clang: warning: libstdc++ is deprecated; move to libc++ with a minimum deployment target of OS X 10.9 }}} You probably could defeat this by using one of macport's compilers, like clang-3.9. -- Ticket URL: <https://trac.macports.org/ticket/52634#comment:3> MacPorts <https://www.macports.org/> Ports system for the Mac operating system