Gentoo Archives: gentoo-commits

From: Keri Harris <keri@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/yap/
Date: Thu, 07 Jan 2021 13:40:20
Message-Id: 1610026789.5f28d995e23ca1d5cf82ae42e8758768cbd46581.keri@gentoo
1 commit: 5f28d995e23ca1d5cf82ae42e8758768cbd46581
2 Author: Keri Harris <keri <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 7 13:39:49 2021 +0000
4 Commit: Keri Harris <keri <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 7 13:39:49 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f28d995
7
8 dev-lang/yap: work around broken YAP with fno-common
9
10 Package-Manager: Portage-3.0.4, Repoman-2.3.22
11 Signed-off-by: Keri Harris <keri <AT> gentoo.org>
12
13 dev-lang/yap/yap-6.3.4.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-lang/yap/yap-6.3.4.ebuild b/dev-lang/yap/yap-6.3.4.ebuild
17 index 2e7b339fc0f..3f164b86684 100644
18 --- a/dev-lang/yap/yap-6.3.4.ebuild
19 +++ b/dev-lang/yap/yap-6.3.4.ebuild
20 @@ -65,7 +65,7 @@ src_prepare() {
21 }
22
23 src_configure() {
24 - append-flags -fno-strict-aliasing
25 + append-flags -fno-strict-aliasing -fcommon
26
27 local mycmakeargs=(
28 -DWITH_YAP_STATIC=$(usex static)