ports/security/openssl-devel/files/patch-Configure
Piotr Kubaj 1e7b421ad5 security/openssl-devel: fix build on powerpc*
Bring back the patches removed earlier.
2022-04-12 18:06:19 +00:00

11 lines
379 B
Text

--- 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);
}
}