From 85e4081fc0d75e6a2393f567c5b651717b6f7b40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Wed, 19 Aug 2020 14:19:23 +0200 Subject: [PATCH] xfce4-sensors-plugin: needs -fcommon for gcc10 [ci skip] --- srcpkgs/xfce4-sensors-plugin/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/xfce4-sensors-plugin/template b/srcpkgs/xfce4-sensors-plugin/template index e64ec44d95..392432f83c 100644 --- a/srcpkgs/xfce4-sensors-plugin/template +++ b/srcpkgs/xfce4-sensors-plugin/template @@ -14,6 +14,8 @@ homepage="https://goodies.xfce.org/projects/panel-plugins/xfce4-sensors-plugin" distfiles="https://archive.xfce.org/src/panel-plugins/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2" checksum=3dc6643d2c064b7718badff44b948f8d410f00f13db197820b26ae38045f5112 +CFLAGS="-fcommon" + if [ "$CROSS_BUILD" ]; then # Cannot detect these when cross compiling configure_args+=" --disable-procacpi --disable-sysfsacpi --disable-xnvctrl"