From 027b4ad1ee4c2f65b8fd335c13297fa11e145a8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Wed, 19 Aug 2020 12:00:58 +0200 Subject: [PATCH] nautilus-python: needs -fcommon for gcc10 [ci skip] --- srcpkgs/nautilus-python/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/nautilus-python/template b/srcpkgs/nautilus-python/template index 7a32e9e661..9497889dc9 100644 --- a/srcpkgs/nautilus-python/template +++ b/srcpkgs/nautilus-python/template @@ -15,3 +15,5 @@ homepage="https://wiki.gnome.org/Projects/NautilusPython" distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz" checksum=073ce0297282259937ab473d189b97a04f42b97197c9292fc3bde9d135282098 nocross="could not find Python headers" + +CFLAGS="-fcommon"