diff options
author | Bernard Spil <brnrd@FreeBSD.org> | 2023-10-14 19:13:45 +0200 |
---|---|---|
committer | Bernard Spil <brnrd@FreeBSD.org> | 2023-10-14 19:23:12 +0200 |
commit | 55f9ba2974aef548d368cb2a211928008f7b917d (patch) | |
tree | efb3f411a8913ecb5ba46151f82b466204d867e3 /security/openssl30/files/patch-Configure | |
parent | security/openssl: Major version update to 3.0 (diff) |
security/openssl30: Moved to security/openssl
Diffstat (limited to 'security/openssl30/files/patch-Configure')
-rw-r--r-- | security/openssl30/files/patch-Configure | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/security/openssl30/files/patch-Configure b/security/openssl30/files/patch-Configure deleted file mode 100644 index c26823c674f3..000000000000 --- a/security/openssl30/files/patch-Configure +++ /dev/null @@ -1,11 +0,0 @@ ---- Configure.orig 2022-04-12 16:30:34 UTC -+++ Configure -@@ -1549,7 +1549,7 @@ my %predefined_CXX = $config{CXX} - - unless ($disabled{asm}) { - # big endian systems can use ELFv2 ABI -- if ($target eq "linux-ppc64") { -+ if ($target eq "linux-ppc64" || $target eq "BSD-ppc64") { - $target{perlasm_scheme} = "linux64v2" if ($predefined_C{_CALL_ELF} == 2); - } - } |