From 91775f2557dfe22d16029f08464128fa4ead3dcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 18 Aug 2020 18:30:28 +0200 Subject: [PATCH] ibus-rime: needs -fcommon for gcc10 [ci skip] --- srcpkgs/ibus-rime/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/ibus-rime/template b/srcpkgs/ibus-rime/template index 507e20dfb8..5a0544ad1d 100644 --- a/srcpkgs/ibus-rime/template +++ b/srcpkgs/ibus-rime/template @@ -13,6 +13,8 @@ homepage="https://rime.im/" distfiles="https://github.com/rime/ibus-rime/archive/${version}.tar.gz" checksum=4f20b64cf01ced25eacba185cd1cc6855b373e0728cba4d406356b13a5ec3828 +CFLAGS="-fcommon" + do_install() { make ${makejobs} PREFIX=${DESTDIR}/usr install }