From 550b5dbc8b407187e9aaba8a6b04f769f88d0715 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 18 Aug 2020 02:48:42 +0200 Subject: [PATCH] rox: needs -fcommon for gcc10 [ci skip] --- srcpkgs/rox/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/rox/template b/srcpkgs/rox/template index 4e5d1cbdc3..625e4e2621 100644 --- a/srcpkgs/rox/template +++ b/srcpkgs/rox/template @@ -12,9 +12,10 @@ license="GPL-2.0-only" homepage="http://rox.sourceforge.net/desktop/" distfiles="${SOURCEFORGE_SITE}/rox/rox-filer-$version.tar.bz2" checksum=a929bd32ee18ef7a2ed48b971574574592c42e34ae09f36604bf663d7c101ba8 - nocross=yes +CFLAGS="-fcommon" + do_build() { ./ROX-Filer/AppRun --compile LIBS="-ldl -lm" rsvg-convert -w 48 -h 38 -f png -o rox.png ${FILESDIR}/rox.svg