forked from Lainports/freebsd-ports
Update to the latest major release of Node.js. Upstream has dropped support for FreeBSD 10.x, so mark the port as BROKEN on FreeBSD 10. Regenerate patches with `make makepatch`. https://nodejs.org/en/blog/release/v11.0.0/ Sponsored by: Miles AS
12 lines
383 B
Python
12 lines
383 B
Python
--- node.gypi.orig 2018-10-23 15:59:38 UTC
|
|
+++ node.gypi
|
|
@@ -304,6 +304,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',
|