summaryrefslogtreecommitdiff
path: root/www/node22/files/patch-node.gypi
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-16 14:13:28 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-16 14:21:47 +0800
commit067dacb0c6c942edc893c7ae8a943319b36b4310 (patch)
tree6f53c460f1f4f50a285d20cd3b86c0a0425ea7fb /www/node22/files/patch-node.gypi
parentwww/crawl: set MAINTAINER && remove DEPRECATED (diff)
www/node22: Add node22 22.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.
Diffstat (limited to 'www/node22/files/patch-node.gypi')
-rw-r--r--www/node22/files/patch-node.gypi12
1 files changed, 12 insertions, 0 deletions
diff --git a/www/node22/files/patch-node.gypi b/www/node22/files/patch-node.gypi
new file mode 100644
index 000000000000..c1f4c867c303
--- /dev/null
+++ b/www/node22/files/patch-node.gypi
@@ -0,0 +1,12 @@
+--- node.gypi.orig 2023-05-16 06:58:21 UTC
++++ node.gypi
+@@ -349,6 +349,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': [