mirror of
https://git.freebsd.org/ports.git
synced 2025-07-07 20:39:18 -04:00
Upgrade to the latest major vesrion of Node.js. Regenerate patches since some have been adopted upstream, while others needed refreshing. https://nodejs.org/en/blog/release/v17.0.0/ MFH: 2021Q4 Sponsored by: Miles AS
12 lines
402 B
Python
12 lines
402 B
Python
--- node.gypi.orig 2021-10-19 00:48:32 UTC
|
|
+++ node.gypi
|
|
@@ -319,6 +319,9 @@
|
|
[ 'node_use_openssl=="true"', {
|
|
'defines': [ 'HAVE_OPENSSL=1' ],
|
|
'conditions': [
|
|
+ ['openssl_no_asm==1', {
|
|
+ 'defines': [ 'OPENSSL_NO_ASM' ],
|
|
+ }],
|
|
[ 'node_shared_openssl=="false"', {
|
|
'defines': [ 'OPENSSL_API_COMPAT=0x10100000L', ],
|
|
'dependencies': [
|