Files
ports/www/node10/files/patch-node.gypi
Antoine Brodin 26b4c8f71f Revert r559792 to unbreak INDEX and bulk -a
It seems a lot of reverse dependencies were missed

With hat:	portmgr
2021-01-01 10:11:34 +00:00

13 lines
383 B
Python

--- node.gypi.orig 2019-07-31 17:45:05 UTC
+++ node.gypi
@@ -316,6 +316,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',