mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 08:11:50 -04:00
Changelog: - https://github.com/bitwarden/clients/releases/tag/cli-v2024.11.0 - https://github.com/bitwarden/clients/releases/tag/cli-v2024.11.1 Reported by: GitHub (watch releases)
12 lines
402 B
Python
12 lines
402 B
Python
--- node.gypi.orig 2024-10-03 09:20:53 UTC
|
|
+++ node.gypi
|
|
@@ -354,6 +354,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': [
|