commit:     0a7c1ff80fba52f4e0b4ead459b50a6a83fc69da
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Mon May  4 16:15:51 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon May  4 16:24:47 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a7c1ff8

x11-wm/enlightenment: -fno-common temporary fix

Closes: https://bugs.gentoo.org/713852
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 x11-wm/enlightenment/enlightenment-0.23.1.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/x11-wm/enlightenment/enlightenment-0.23.1.ebuild 
b/x11-wm/enlightenment/enlightenment-0.23.1.ebuild
index f7ace170386..4d5cc6c09d1 100644
--- a/x11-wm/enlightenment/enlightenment-0.23.1.ebuild
+++ b/x11-wm/enlightenment/enlightenment-0.23.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit eutils meson xdg-utils
+inherit eutils flag-o-matic meson xdg-utils
 
 DESCRIPTION="Enlightenment window manager"
 HOMEPAGE="https://www.enlightenment.org";
@@ -82,6 +82,8 @@ src_configure() {
                )
        fi
 
+       append-cflags -fcommon
+
        meson_src_configure
 }
 

Reply via email to