From 389effe75180bcb70f78ecc5e698d57c33d0db4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Wed, 19 Aug 2020 12:11:55 +0200 Subject: [PATCH] sc-im: needs -fcommon for gcc10 [ci skip] --- srcpkgs/sc-im/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/sc-im/template b/srcpkgs/sc-im/template index 395f215ea3..2da1fda25e 100644 --- a/srcpkgs/sc-im/template +++ b/srcpkgs/sc-im/template @@ -16,6 +16,8 @@ homepage="https://github.com/andmarti1424/sc-im/" distfiles="https://github.com/andmarti1424/${pkgname}/archive/v${version}.tar.gz" checksum=87225918cb6f52bbc068ee6b12eaf176c7c55ba9739b29ca08cb9b6699141cad +CFLAGS="-fcommon" + post_extract() { vsed -i -e 's/lua51/lua5.1/g' \ -e 's/^ *CFLAGS/override &/' \