x11-wm/enlightenment: -fno-common temporary fix
authorJoonas Niilola <juippis@gentoo.org>
Mon, 4 May 2020 16:15:51 +0000 (19:15 +0300)
committerJoonas Niilola <juippis@gentoo.org>
Mon, 4 May 2020 16:24:47 +0000 (19:24 +0300)
Closes: https://bugs.gentoo.org/713852
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
x11-wm/enlightenment/enlightenment-0.23.1.ebuild

index f7ace1703863aceca840f3cc06384de8499af29c..4d5cc6c09d12c515d0146cb2b849ec73eea82aa1 100644 (file)
@@ -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
 }