mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
Changelog: - https://github.com/bitwarden/clients/releases/tag/cli-v2025.1.2 - https://github.com/bitwarden/clients/releases/tag/cli-v2025.1.3 - https://github.com/bitwarden/clients/releases/tag/cli-v2025.2.0 - https://github.com/bitwarden/clients/releases/tag/cli-v2025.3.0 - https://github.com/bitwarden/clients/releases/tag/cli-v2025.4.0 Reported by: GitHub (watch releases)
13 lines
402 B
Python
13 lines
402 B
Python
--- node.gypi.orig 2024-10-16 14:36:58 UTC
|
|
+++ node.gypi
|
|
@@ -358,6 +358,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': [
|