From e2d4d531c20fe9854f535fe62bd3a1b35e0a301a Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 14 Mar 2020 10:08:31 +0200 Subject: [PATCH] xf86-video-ati: GCC 10 fixes --- xorg/xf86-video-ati/build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xorg/xf86-video-ati/build b/xorg/xf86-video-ati/build index b31c859e..a1c1508a 100755 --- a/xorg/xf86-video-ati/build +++ b/xorg/xf86-video-ati/build @@ -2,7 +2,8 @@ patch -p1 < rootless-ati.patch -export LDFLAGS="-Wl,-z,lazy" +export LDFLAGS="$LDFLAGS -Wl,-z,lazy" +export CFLAGS="$CFLAGS -fcommon" ./configure \ --prefix=/usr