Date: Tuesday, July 7, 2020 @ 21:16:24
  Author: foutrelis
Revision: 660275

Add -fcommon workaround for GCC 10

Modified:
  gnome-mplayer/trunk/PKGBUILD

----------+
 PKGBUILD |    1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-07-07 21:16:23 UTC (rev 660274)
+++ PKGBUILD    2020-07-07 21:16:24 UTC (rev 660275)
@@ -32,6 +32,7 @@
 
 build() {
   cd $pkgname-$pkgver
+  CFLAGS+=' -fcommon' # 
https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
   ./configure --prefix=/usr
   make
 }

Reply via email to