summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2020-05-04 19:15:51 +0300
committerJoonas Niilola <juippis@gentoo.org>2020-05-04 19:24:47 +0300
commit0a7c1ff80fba52f4e0b4ead459b50a6a83fc69da (patch)
treeed55971216af161489a90437bc34e9680261af0f /x11-wm/enlightenment
parentdev-libs/efl: -fno-common temporary fix (diff)
downloadgentoo-0a7c1ff80fba52f4e0b4ead459b50a6a83fc69da.tar.gz
gentoo-0a7c1ff80fba52f4e0b4ead459b50a6a83fc69da.tar.bz2
gentoo-0a7c1ff80fba52f4e0b4ead459b50a6a83fc69da.zip
x11-wm/enlightenment: -fno-common temporary fix
Closes: https://bugs.gentoo.org/713852 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'x11-wm/enlightenment')
-rw-r--r--x11-wm/enlightenment/enlightenment-0.23.1.ebuild4
1 files changed, 3 insertions, 1 deletions
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
}