From e973f7922d25ecc09fa4c620b532e2fd732f6619 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 18 Aug 2020 02:48:24 +0200 Subject: [PATCH] gnugo: needs -fcommon for gcc10 [ci skip] --- srcpkgs/gnugo/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/gnugo/template b/srcpkgs/gnugo/template index 290b9d3c68a..81c21903ea8 100644 --- a/srcpkgs/gnugo/template +++ b/srcpkgs/gnugo/template @@ -10,3 +10,5 @@ license="GPL-3" homepage="https://www.gnu.org/software/gnugo/" distfiles="${GNU_SITE}/gnugo/${pkgname}-${version}.tar.gz" checksum=da68d7a65f44dcf6ce6e4e630b6f6dd9897249d34425920bfdd4e07ff1866a72 + +CFLAGS="-fcommon"