Date: Saturday, May 16, 2020 @ 20:47:32
  Author: foutrelis
Revision: 384820

Add -fcommon workaround for GCC 10

Modified:
  xfce4-cpufreq-plugin/trunk/PKGBUILD

----------+
 PKGBUILD |    2 ++
 1 file changed, 2 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-05-16 20:47:28 UTC (rev 384819)
+++ PKGBUILD    2020-05-16 20:47:32 UTC (rev 384820)
@@ -18,6 +18,8 @@
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 
+  CFLAGS+=' -fcommon' # 
https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
+
   ./configure \
     --prefix=/usr \
     --sysconfdir=/etc \

Reply via email to