Ticket #35389: nodejs-cxxflags.diff
File nodejs-cxxflags.diff, 481 bytes (added by ryandesign (Ryan Carsten Schmidt), 12 years ago) |
---|
-
Portfile
111 111 CXX=${configure.cxx} \ 112 112 CPP=${configure.cpp} \ 113 113 CFLAGS=${configure.cflags} \ 114 CXXFLAGS=${configure.cxxflags} \ 114 115 LDFLAGS=${configure.ldflags} \ 115 116 PYTHON=${configure.python} \ 116 117 V=1