Files
ports/www/node26/files/patch-node.gypi
T
Po-Chuan Hsieh 94e5539ff0 www/node26: Add node26 26.0.0
Node.js is a free, open-source, cross-platform JavaScript runtime environment
that lets developers create servers, web apps, command line tools and scripts.
2026-05-07 13:29:04 +08:00

13 lines
402 B
Python

--- node.gypi.orig 2025-05-06 12:36:33 UTC
+++ node.gypi
@@ -376,6 +376,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': [