From f82c54ef7f542774d93fc170d18afc9341c614d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 18 Aug 2020 02:48:21 +0200 Subject: [PATCH] frotz: needs -fcommon for gcc10 [ci skip] --- srcpkgs/frotz/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/frotz/template b/srcpkgs/frotz/template index 45a2126df9..1b44e1ddbf 100644 --- a/srcpkgs/frotz/template +++ b/srcpkgs/frotz/template @@ -13,6 +13,7 @@ homepage="http://frotz.sourceforge.net/" distfiles="https://github.com/DavidGriffith/frotz/archive/${version}.tar.gz" checksum=dbb5eb3bc95275dcb984c4bdbaea58bc1f1b085b20092ce6e86d9f0bf3ba858f +CFLAGS="-fcommon" pre_build() { sed -i Makefile \