summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeri Harris <keri@gentoo.org>2021-01-07 19:51:19 +0100
committerKeri Harris <keri@gentoo.org>2021-01-07 19:51:38 +0100
commit8c6e23599489cf6805868503f0687113235b1b4f (patch)
tree00e635aa960807a9647bf015eca972f452aa9897
parentsys-fs/zfs: sync live ebuild (diff)
downloadgentoo-8c6e2359.tar.gz
gentoo-8c6e2359.tar.bz2
gentoo-8c6e2359.zip
dev-lang/yap: support for GCC 10
Package-Manager: Portage-3.0.4, Repoman-2.3.22 Signed-off-by: Keri Harris <keri@gentoo.org>
-rw-r--r--dev-lang/yap/yap-6.3.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/yap/yap-6.3.4.ebuild b/dev-lang/yap/yap-6.3.4.ebuild
index 3f164b86684e..07e979dd23ee 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)