summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sping@gentoo.org>2019-10-28 13:52:47 +0100
committerSebastian Pipping <sping@gentoo.org>2019-10-28 13:53:00 +0100
commit0dad3fcc89c87910dc254c00f5c7646b31e69454 (patch)
tree576fef055a1dfc0b2910cb00a1a73a0b3877ba97 /media-libs
parentvirtual/libudev: 232-r2 stable on amd64 and x86, bug #698726 (diff)
downloadgentoo-0dad3fcc89c87910dc254c00f5c7646b31e69454.tar.gz
gentoo-0dad3fcc89c87910dc254c00f5c7646b31e69454.tar.bz2
gentoo-0dad3fcc89c87910dc254c00f5c7646b31e69454.zip
media-libs/gegl: Fix 0.4.18 for arches unlike amd64/ppc/ppc64/x86
Closes: https://bugs.gentoo.org/698744 Thanks to Jeroen Roovers for the patch! Signed-off-by: Sebastian Pipping <sping@gentoo.org> Package-Manager: Portage-2.3.78, Repoman-2.3.16
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/gegl/files/gegl-0.4.18-arch.patch11
-rw-r--r--media-libs/gegl/gegl-0.4.18.ebuild1
2 files changed, 12 insertions, 0 deletions
diff --git a/media-libs/gegl/files/gegl-0.4.18-arch.patch b/media-libs/gegl/files/gegl-0.4.18-arch.patch
new file mode 100644
index 000000000000..57bfaf4a6c73
--- /dev/null
+++ b/media-libs/gegl/files/gegl-0.4.18-arch.patch
@@ -0,0 +1,11 @@
+--- a/meson.build
++++ b/meson.build
+@@ -88,8 +88,6 @@
+ have_ppc = true
+ config.set10('ARCH_PPC', true)
+ config.set10('ARCH_PPC64', true)
+-else
+- error('Unknown host architecture')
+ endif
+
+ ################################################################################
diff --git a/media-libs/gegl/gegl-0.4.18.ebuild b/media-libs/gegl/gegl-0.4.18.ebuild
index 9083a3b08f68..06defec21a42 100644
--- a/media-libs/gegl/gegl-0.4.18.ebuild
+++ b/media-libs/gegl/gegl-0.4.18.ebuild
@@ -80,6 +80,7 @@ DOCS=( AUTHORS docs/ChangeLog docs/NEWS.txt )
PATCHES=(
"${FILESDIR}"/${PN}-0.4.18-drop-failing-tests.patch
"${FILESDIR}"/${PN}-0.4.18-program-suffix.patch
+ "${FILESDIR}"/${PN}-0.4.18-arch.patch
)
pkg_setup() {