From 32a0834d8454f618a3b3b7947e66416aa80ceb6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 18 Aug 2020 19:30:19 +0200 Subject: [PATCH] spacefm: needs -fcommon for gcc10 [ci skip] --- srcpkgs/spacefm/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/spacefm/template b/srcpkgs/spacefm/template index ed0eaaf601..d0b2d83141 100644 --- a/srcpkgs/spacefm/template +++ b/srcpkgs/spacefm/template @@ -15,3 +15,5 @@ license="GPL-3.0-or-later" homepage="http://ignorantguru.github.io/spacefm/" distfiles="https://github.com/IgnorantGuru/spacefm/archive/${version}.tar.gz" checksum=fedea9fcad776e0af4b8d90c5a1c86684a9c96ef1cdd4e959530ce93bdebe7c9 + +CFLAGS="-fcommon"