summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeri Harris <keri@gentoo.org>2021-01-07 14:39:49 +0100
committerKeri Harris <keri@gentoo.org>2021-01-07 14:39:49 +0100
commit5f28d995e23ca1d5cf82ae42e8758768cbd46581 (patch)
treeb0c8aa9e9e60f477c7e26a26b32338e0c7de54c5 /dev-lang/yap
parentnet-misc/nextcloud-client: depend on qtkeychain with USE=gnome-keyring (diff)
downloadgentoo-5f28d995e23ca1d5cf82ae42e8758768cbd46581.tar.gz
gentoo-5f28d995e23ca1d5cf82ae42e8758768cbd46581.tar.bz2
gentoo-5f28d995e23ca1d5cf82ae42e8758768cbd46581.zip
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@gentoo.org>
Diffstat (limited to 'dev-lang/yap')
-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 2e7b339fc0f3..3f164b86684e 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)