ports/www/node10/files/patch-node.gypi
Bradley T. Hughes be15e8b611 www/node10: copy from www/node, update 10.12.0_1 -> 10.13.0 (LTS)
Create a new port for the latest Node.js 10.13.0 LTS release. Update
CONFLICTS for the existing Node.js ports to include the new node10 port
and remove non-existent ports.

https://nodejs.org/en/blog/release/v10.13.0/

Sponsored by:	Miles AS
2018-10-31 21:03:48 +00:00

13 lines
383 B
Python

--- node.gypi.orig 2018-06-06 12:52:40 UTC
+++ node.gypi
@@ -294,6 +294,9 @@
['openssl_fips != ""', {
'defines': [ 'NODE_FIPS_MODE' ],
}],
+ ['openssl_no_asm==1', {
+ 'defines': [ 'OPENSSL_NO_ASM' ],
+ }],
[ 'node_shared_openssl=="false"', {
'dependencies': [
'./deps/openssl/openssl.gyp:openssl',