diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-06-07 07:45:00 +0200 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-06-07 09:25:08 +0200 |
commit | b29e56a84d27ac914faa3cab5343e492018e842f (patch) | |
tree | 73cc924939f5f69cd481c9373cc925f6b3014234 /www/node18/files/patch-node.gypi | |
parent | textproc/kmfl-european-latin: Fix build on 14 (diff) |
www/node18: Fix build with OpenSSL 3
- This was tested only with OpenSSL 3 from base but not with openssl30
or openssl31 ports
- Refresh patches
PR: 271868
Reported by: emaste
Approved by: portmgr (blanket)
Diffstat (limited to 'www/node18/files/patch-node.gypi')
-rw-r--r-- | www/node18/files/patch-node.gypi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/node18/files/patch-node.gypi b/www/node18/files/patch-node.gypi index f48b5b1091cb..d76ca9efd2f4 100644 --- a/www/node18/files/patch-node.gypi +++ b/www/node18/files/patch-node.gypi @@ -1,6 +1,6 @@ ---- node.gypi.orig 2021-10-19 00:48:32 UTC +--- node.gypi.orig 2023-04-12 04:09:19 UTC +++ node.gypi -@@ -319,6 +319,9 @@ +@@ -349,6 +349,9 @@ [ 'node_use_openssl=="true"', { 'defines': [ 'HAVE_OPENSSL=1' ], 'conditions': [ |