From: Joonas Niilola Date: Mon, 4 May 2020 16:15:51 +0000 (+0300) Subject: x11-wm/enlightenment: -fno-common temporary fix X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0a7c1ff80fba52f4e0b4ead459b50a6a83fc69da;p=gentoo.git x11-wm/enlightenment: -fno-common temporary fix Closes: https://bugs.gentoo.org/713852 Signed-off-by: Joonas Niilola --- diff --git a/x11-wm/enlightenment/enlightenment-0.23.1.ebuild b/x11-wm/enlightenment/enlightenment-0.23.1.ebuild index f7ace1703863..4d5cc6c09d12 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 }