xorg-xf86-video-ati: fix build with gcc 10

This commit is contained in:
Juergen Daubert 2020-05-30 11:18:53 +00:00
parent 25dc4a805b
commit 3238441cbe
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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
}