diff options
author | Keri Harris <keri@gentoo.org> | 2021-01-07 14:39:49 +0100 |
---|---|---|
committer | Keri Harris <keri@gentoo.org> | 2021-01-07 14:39:49 +0100 |
commit | 5f28d995e23ca1d5cf82ae42e8758768cbd46581 (patch) | |
tree | b0c8aa9e9e60f477c7e26a26b32338e0c7de54c5 /dev-lang/yap | |
parent | net-misc/nextcloud-client: depend on qtkeychain with USE=gnome-keyring (diff) | |
download | gentoo-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.ebuild | 2 |
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) |