summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2020-05-05 18:24:24 +0300
committerJoonas Niilola <juippis@gentoo.org>2020-05-05 18:24:45 +0300
commitcc198b47279beb6bf6677a0f0a5d21ea3f92d183 (patch)
tree24a24e6e54f192a24d6ae8260f778a84f5405941 /dev-libs/efl
parentdev-libs/libutf8proc: take over maintainership (diff)
downloadgentoo-cc198b47279beb6bf6677a0f0a5d21ea3f92d183.tar.gz
gentoo-cc198b47279beb6bf6677a0f0a5d21ea3f92d183.tar.bz2
gentoo-cc198b47279beb6bf6677a0f0a5d21ea3f92d183.zip
dev-libs/efl: -fno-common temporary fix
Closes: https://bugs.gentoo.org/707258 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-libs/efl')
-rw-r--r--dev-libs/efl/efl-1.24.0.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-libs/efl/efl-1.24.0.ebuild b/dev-libs/efl/efl-1.24.0.ebuild
index 745ca8e21df7..2c2dcccfc5bc 100644
--- a/dev-libs/efl/efl-1.24.0.ebuild
+++ b/dev-libs/efl/efl-1.24.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit meson xdg-utils
+inherit flag-o-matic meson xdg-utils
DESCRIPTION="Enlightenment Foundation Libraries all-in-one package"
HOMEPAGE="https://www.enlightenment.org"
@@ -244,6 +244,8 @@ src_configure() {
fi
emesonargs+=( -D lua-interpreter="${luaChoice}" )
+ append-cflags -fcommon
+
meson_src_configure
}