From 326f8fd1dfe00a5b424bf2e4b13f02441894a5a5 Mon Sep 17 00:00:00 2001 From: Sergey Torokhov Date: Mon, 25 May 2020 03:33:53 +0300 Subject: media-libs/gegl: 0.3.34, add gegl-0.3.34-fno-common.patch Closes: https://bugs.gentoo.org/719198 Signed-off-by: Sergey Torokhov Signed-off-by: Joonas Niilola --- media-libs/gegl/files/gegl-0.3.34-fno-common.patch | 11 +++++++++++ media-libs/gegl/gegl-0.3.34-r1.ebuild | 1 + 2 files changed, 12 insertions(+) create mode 100644 media-libs/gegl/files/gegl-0.3.34-fno-common.patch (limited to 'media-libs') diff --git a/media-libs/gegl/files/gegl-0.3.34-fno-common.patch b/media-libs/gegl/files/gegl-0.3.34-fno-common.patch new file mode 100644 index 000000000000..8c1c045758b4 --- /dev/null +++ b/media-libs/gegl/files/gegl-0.3.34-fno-common.patch @@ -0,0 +1,11 @@ +--- a/gcut/gcut.h ++++ b/gcut/gcut.h +@@ -172,7 +172,7 @@ + GMutex mutex; + }; + +-struct _GeglEDL ++extern struct _GeglEDL + { + GFileMonitor *monitor; + char *path; diff --git a/media-libs/gegl/gegl-0.3.34-r1.ebuild b/media-libs/gegl/gegl-0.3.34-r1.ebuild index bd05c114d0d4..90f06bc1e08c 100644 --- a/media-libs/gegl/gegl-0.3.34-r1.ebuild +++ b/media-libs/gegl/gegl-0.3.34-r1.ebuild @@ -75,6 +75,7 @@ pkg_setup() { PATCHES=( "${FILESDIR}"/${PN}-0.3.12-failing-tests.patch "${FILESDIR}"/${PN}-0.3.34-failing-tests.patch # bug 631930, 686202 + "${FILESDIR}"/${PN}-0.3.34-fno-common.patch # bug 719198 "${FILESDIR}"/${PN}-0.4.0-ffmpeg-4-0-compat-1.patch # bug 654172 "${FILESDIR}"/${PN}-0.4.0-ffmpeg-4-0-compat-2.patch # bug 654172 ) -- cgit v1.2.3-65-gdbad