![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit 3238441cbefef837888ef4a0617ce4edc78725d7 Author: Juergen Daubert <jue@jue.li> Date: Sat May 30 11:18:53 2020 +0000 xorg-xf86-video-ati: fix build with gcc 10 diff --git a/xorg-xf86-video-ati/.signature b/xorg-xf86-video-ati/.signature index a7419f41..eb5a4d37 100644 --- a/xorg-xf86-video-ati/.signature +++ b/xorg-xf86-video-ati/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/xorg.pub -RWTSGWF5Q7TndNgI15Za9aTx1S/xQdYao9RVJC2iOYB8UIiaH4fkIS5Z+QfdlUexHnebm1fpWq7HNzUGy4YJ0wZT1j5d+UxvDgk= -SHA256 (Pkgfile) = 1520090df32fb094f42db01741566736aaec0b4199c8a2c7490fc2d01863c5ae +RWTSGWF5Q7TndDURWlYHlh+b8WPJGqX1SErGjfrJbTpfcHYVzDmdsRk3qSCN56a8OhH0fyU1B5kGOAidbeXIT6cfvk/uB1D6FA4= +SHA256 (Pkgfile) = fbe37ad446969ff1f62017f8fa242a5c5a2a9617aafb000dce54de6987a679bb SHA256 (.footprint) = d642b90858126478a42ee1b9fd9730e51d6ef1852765c75c7ec6985fbbbcae0a SHA256 (xf86-video-ati-19.1.0.tar.bz2) = 659f5a1629eea5f5334d9b39b18e6807a63aa1efa33c1236d9cc53acbb223c49 diff --git a/xorg-xf86-video-ati/Pkgfile b/xorg-xf86-video-ati/Pkgfile index 084ffc08..a54099c6 100644 --- a/xorg-xf86-video-ati/Pkgfile +++ b/xorg-xf86-video-ati/Pkgfile @@ -1,11 +1,11 @@ # Description: ATI Radeon video driver for the Xorg X server -# URL: http://xorg.freedesktop.org +# URL: https://www.x.org/wiki/ # Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu # Depends on: xorg-server name=xorg-xf86-video-ati version=19.1.0 -release=1 +release=2 source=(https://www.x.org/archive/individual/driver/xf86-video-ati-$version.tar.bz2) build() { @@ -13,6 +13,6 @@ build() { ./configure --prefix=/usr - make + make CFLAGS="$CFLAGS -fcommon" make DESTDIR=$PKG install }