mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 23:31:50 -04:00
Changelog: https://github.com/bitwarden/clients/releases/tag/cli-v2024.10.0 Reported by: GitHub (watch releases)
20 lines
779 B
Python
20 lines
779 B
Python
--- common.gypi.orig 2024-08-21 12:35:22 UTC
|
|
+++ common.gypi
|
|
@@ -491,7 +491,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"', {
|
|
@@ -515,7 +515,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"', {
|