From b7b3ebdfc14777aed255b38b2e76137133995d43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 18 Aug 2020 02:48:32 +0200 Subject: [PATCH] liquidwar: needs -fcommon for gcc10 [ci skip] --- srcpkgs/liquidwar/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/liquidwar/template b/srcpkgs/liquidwar/template index 126f908e7d..cfa3e279d4 100644 --- a/srcpkgs/liquidwar/template +++ b/srcpkgs/liquidwar/template @@ -15,6 +15,8 @@ homepage="http://www.ufoot.org/liquidwar" distfiles="http://www.ufoot.org/download/${pkgname}/v5/${version}/${pkgname}-${version}.tar.gz" checksum=dad0aa84dd416cad055421ed9b40df39efae78d3df759c0583c64c54f7f2ff5f +CFLAGS="-fcommon" + pre_configure() { # The assembly only exists for 32 bit x86 if [ "$XBPS_TARGET_MACHINE" != "i686" ]; then