commit:     5f28d995e23ca1d5cf82ae42e8758768cbd46581
Author:     Keri Harris <keri <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  7 13:39:49 2021 +0000
Commit:     Keri Harris <keri <AT> gentoo <DOT> org>
CommitDate: Thu Jan  7 13:39:49 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f28d995

dev-lang/yap: work around broken YAP with fno-common

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 2e7b339fc0f..3f164b86684 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
+       append-flags -fno-strict-aliasing -fcommon
 
        local mycmakeargs=(
                -DWITH_YAP_STATIC=$(usex static)

Reply via email to