ports/x11/pixman/files/patch-meson.build
Piotr Kubaj 1c59f17356 x11/pixman: fix build on powerpc*
1. Clang complains about -mabi=altivec on all powerpc*.
2. There's no libomp for powerpc.
2025-01-13 09:58:17 +01:00

12 lines
319 B
Plaintext

--- meson.build.orig 2025-01-13 07:25:33 UTC
+++ meson.build
@@ -226,7 +226,7 @@ have_vmx = false
use_vmx = get_option('vmx')
have_vmx = false
-vmx_flags = ['-maltivec', '-mabi=altivec']
+vmx_flags = ['-maltivec']
if not use_vmx.disabled()
if host_machine.cpu_family().startswith('ppc')
if cc.compiles('''