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)
21 lines
779 B
Python
21 lines
779 B
Python
--- common.gypi.orig 2024-10-16 14:36:50 UTC
|
|
+++ common.gypi
|
|
@@ -521,7 +521,7 @@
|
|
'ldflags': [ '-m32' ],
|
|
}],
|
|
[ 'host_arch=="ppc64" and OS not in "aix os400"', {
|
|
- 'cflags': [ '-m64', '-mminimal-toc' ],
|
|
+ 'cflags': [ '-m64' ],
|
|
'ldflags': [ '-m64' ],
|
|
}],
|
|
[ 'host_arch=="s390x" and OS=="linux"', {
|
|
@@ -545,7 +545,7 @@
|
|
'ldflags': [ '-m32' ],
|
|
}],
|
|
[ 'target_arch=="ppc64" and OS not in "aix os400"', {
|
|
- 'cflags': [ '-m64', '-mminimal-toc' ],
|
|
+ 'cflags': [ '-m64' ],
|
|
'ldflags': [ '-m64' ],
|
|
}],
|
|
[ 'target_arch=="s390x" and OS=="linux"', {
|