summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2021-02-13 11:14:02 +0100
committerDavid Seifert <soap@gentoo.org>2021-02-13 11:14:02 +0100
commitb1988966d0d8dd4e957d3b94db02ee67ba773216 (patch)
treeeb6930bbbc0e57ae76b83e8ce71794ad620c651b /sys-apps
parentnet-analyzer/slurm: Fix includes (diff)
downloadgentoo-b1988966d0d8dd4e957d3b94db02ee67ba773216.tar.gz
gentoo-b1988966d0d8dd4e957d3b94db02ee67ba773216.tar.bz2
gentoo-b1988966d0d8dd4e957d3b94db02ee67ba773216.zip
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>
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/qingy/qingy-1.0.0-r5.ebuild4
1 files changed, 3 insertions, 1 deletions
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"