From b1988966d0d8dd4e957d3b94db02ee67ba773216 Mon Sep 17 00:00:00 2001 From: Jakov Smolic Date: Sat, 13 Feb 2021 11:14:02 +0100 Subject: sys-apps/qingy: Apply gcc-10 workaround Closes: https://github.com/gentoo/gentoo/pull/19409 Closes: https://bugs.gentoo.org/707622 Signed-off-by: Jakov Smolic Signed-off-by: David Seifert --- sys-apps/qingy/qingy-1.0.0-r5.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys-apps') diff --git a/sys-apps/qingy/qingy-1.0.0-r5.ebuild b/sys-apps/qingy/qingy-1.0.0-r5.ebuild index 0b1c6141e41c..c842ba0889ca 100644 --- a/sys-apps/qingy/qingy-1.0.0-r5.ebuild +++ b/sys-apps/qingy/qingy-1.0.0-r5.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools elisp-common eutils pam systemd + +inherit autotools elisp-common eutils flag-o-matic pam systemd GENTOO_THEME_VERSION="2.1" @@ -48,6 +49,7 @@ src_prepare() { } src_configure() { + append-cflags -fcommon local crypto_support="--disable-crypto" local emacs_support="--disable-emacs --without-lispdir" -- cgit v1.2.3-65-gdbad