16 lines
491 B
Diff
16 lines
491 B
Diff
|
Index: gegl-0.4.18/meson.build
|
||
|
===================================================================
|
||
|
--- gegl-0.4.18.orig/meson.build
|
||
|
+++ gegl-0.4.18/meson.build
|
||
|
@@ -88,8 +88,8 @@ elif host_cpu == 'ppc64' or host_cpu ==
|
||
|
have_ppc = true
|
||
|
config.set10('ARCH_PPC', true)
|
||
|
config.set10('ARCH_PPC64', true)
|
||
|
-else
|
||
|
- error('Unknown host architecture')
|
||
|
+#else
|
||
|
+# error('Unknown host architecture')
|
||
|
endif
|
||
|
|
||
|
################################################################################
|