From ff724054d699e3b70e681b9d976ea1b980f851bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 18 Aug 2020 02:48:22 +0200 Subject: [PATCH] gcolor2: needs -fcommon for gcc10 [ci skip] --- srcpkgs/gcolor2/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/gcolor2/template b/srcpkgs/gcolor2/template index ccb764556a0..4aec89567aa 100644 --- a/srcpkgs/gcolor2/template +++ b/srcpkgs/gcolor2/template @@ -12,6 +12,8 @@ homepage="http://gcolor2.sourceforge.net/" distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz" checksum=89bd6c6d27ba5a679ec60057de8497855072f520515b490e5986fc3509774f23 +CFLAGS="-fcommon" + post_extract() { sed -i 's/\[:space:\]/[&]/g' configure }