Date: Tuesday, May 19, 2020 @ 10:08:42
  Author: foutrelis
Revision: 386625

Add -fcommon workaround for GCC 10

Modified:
  uim/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-05-19 10:04:24 UTC (rev 386624)
+++ PKGBUILD    2020-05-19 10:08:42 UTC (rev 386625)
@@ -21,6 +21,8 @@
 build() {
        cd "${srcdir}/${pkgname}-${pkgver}"
 
+       CFLAGS+=' -fcommon' # 
https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
+
        ./configure \
                --prefix=/usr \
                --libexecdir=/usr/lib/uim \

Reply via email to