gegl/gegl-0.4.18_allow_unknown_arch.patch
Bjørn Lie edf53dab84 Accepting request 744608 from home:darix:branches:graphics
- Update to version 0.4.18
- switch to meson based build
- add buildrequires for tools to build documentation:
  asciidocs, gtk-doc, ruby
- switch from lua to luajit
  - no lua support anymore on ppc64 due to missing luajit
- enable workshop modules
  - new BuildRequires pkgconfig(lensfun)
- added gegl-0.4.18_allow_unknown_arch.patch:
  the old code in the configure.ac also did fallthrough. restore
  that behavior.
- drop patches no longer needed:
  0001-Extend-configure-checks-with-checks-for-SDL2.patch
  0002-Port-sdl-display-to-SDL2.patch
  0003-Port-sdl-draw-example-to-SDL2.patch
  fix_doc_installation.patch

OBS-URL: https://build.opensuse.org/request/show/744608
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=86
2019-11-01 07:07:51 +00:00

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
################################################################################