Ticket #45380: nodejs.diff
File nodejs.diff, 1.0 KB (added by ryandesign (Ryan Carsten Schmidt), 10 years ago) |
---|
-
Portfile
6 6 7 7 name nodejs 8 8 version 0.10.32 9 revision 1 9 10 categories devel net 10 11 platforms darwin 11 12 license {MIT BSD} … … 102 103 103 104 universal_variant no 104 105 106 patchfiles-append patch-common.gypi.diff 107 105 108 # "V8 doesn't like cache." 106 109 configure.ccache no 107 110 … … 122 125 CXX=${configure.cxx} \ 123 126 CXX.host=${configure.cxx} \ 124 127 CPP=${configure.cpp} \ 125 CFLAGS= ${configure.cflags}\126 CXXFLAGS= ${configure.cxxflags}\127 LDFLAGS= ${configure.ldflags}\128 CFLAGS="${configure.cflags}" \ 129 CXXFLAGS="${configure.cxxflags}" \ 130 LDFLAGS="${configure.ldflags}" \ 128 131 PYTHON=${configure.python} \ 129 132 V=1 130 133