commit: 8c6e23599489cf6805868503f0687113235b1b4f
Author: Keri Harris <keri <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 7 18:51:19 2021 +0000
Commit: Keri Harris <keri <AT> gentoo <DOT> org>
CommitDate: Thu Jan 7 18:51:38 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c6e2359
dev-lang/yap: support for GCC 10
Package-Manager: Portage-3.0.4, Repoman-2.3.22
Signed-off-by: Keri Harris <keri <AT> gentoo.org>
dev-lang/yap/yap-6.3.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-lang/yap/yap-6.3.4.ebuild b/dev-lang/yap/yap-6.3.4.ebuild
index 3f164b86684..07e979dd23e 100644
--- a/dev-lang/yap/yap-6.3.4.ebuild
+++ b/dev-lang/yap/yap-6.3.4.ebuild
@@ -65,7 +65,7 @@ src_prepare() {
}
src_configure() {
- append-flags -fno-strict-aliasing -fcommon
+ append-flags -fno-strict-aliasing -fcommon -fno-inline-small-functions
local mycmakeargs=(
-DWITH_YAP_STATIC=$(usex static)