FreeBSD Bugzilla – Attachment 163124 Details for
Bug 204547
www/npm: fixed default C/C++ compiler in node-gyp gcc -> cc, g++ -> c++, added gmake dependency
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
npm.patch (text/plain), 1.05 KB, created by
Yuri Victorovich
on 2015-11-14 19:55:25 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Yuri Victorovich
Created:
2015-11-14 19:55:25 UTC
Size:
1.05 KB
patch
obsolete
>--- www/npm/files/patch-node__modules_node-gyp_gyp_pylib_gyp_generator_make.py 1969-12-31 16:00:00.000000000 -0800 >+++ www/npm/files/patch-node__modules_node-gyp_gyp_pylib_gyp_generator_make.py 2015-11-14 11:51:55.667271000 -0800 >@@ -0,0 +1,14 @@ >+--- node_modules/node-gyp/gyp/pylib/gyp/generator/make.py.orig 2015-11-14 19:47:53 UTC >++++ node_modules/node-gyp/gyp/pylib/gyp/generator/make.py >+@@ -2059,9 +2059,9 @@ def GenerateOutput(target_list, target_d >+ 'AR.target': GetEnvironFallback(('AR_target', 'AR'), '$(AR)'), >+ 'CXX.target': GetEnvironFallback(('CXX_target', 'CXX'), '$(CXX)'), >+ 'LINK.target': GetEnvironFallback(('LINK_target', 'LINK'), '$(LINK)'), >+- 'CC.host': GetEnvironFallback(('CC_host',), 'gcc'), >++ 'CC.host': GetEnvironFallback(('CC_host',), 'cc'), >+ 'AR.host': GetEnvironFallback(('AR_host',), 'ar'), >+- 'CXX.host': GetEnvironFallback(('CXX_host',), 'g++'), >++ 'CXX.host': GetEnvironFallback(('CXX_host',), 'c++'), >+ 'LINK.host': GetEnvironFallback(('LINK_host',), '$(CXX.host)'), >+ }) >+
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 204547
:
163124
|
163125