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 <jakov.smolic@sartura.hr>
Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
Jakov Smolic
2021-02-13 11:14:02 +01:00
committed by David Seifert
parent 6c9d623b81
commit b1988966d0

View File

@@ -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"