From 64c6273fc49963c0b6766949f11316d5648d4b8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 18 Aug 2020 02:48:37 +0200 Subject: [PATCH] neverball: needs -fcommon for gcc10 [ci skip] --- srcpkgs/neverball/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/neverball/template b/srcpkgs/neverball/template index a1bd78d3203..9743e97086d 100644 --- a/srcpkgs/neverball/template +++ b/srcpkgs/neverball/template @@ -13,6 +13,8 @@ distfiles="http://www.neverball.org/$pkgname-$version.tar.gz" checksum=73fe63cca4f96e2d355480d03bc0b2904e83a0abdf65fe8c52db5cc3cca88fa0 nocross="./mapc: ./mapc: cannot execute binary file" +CFLAGS="-fcommon" + do_build() { make ${makejobs} CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \ ENABLE_NLS=1 DATADIR=/usr/share/neverball LOCALEDIR=/usr/share/locale