summaryrefslogtreecommitdiff
path: root/sys-apps/qingy/qingy-1.0.0-r5.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/qingy/qingy-1.0.0-r5.ebuild')
-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"