diff options
author | Juergen Daubert <jue@jue.li> | 2020-05-30 11:18:53 +0000 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2020-05-30 11:18:53 +0000 |
commit | 3238441cbefef837888ef4a0617ce4edc78725d7 (patch) | |
tree | 63c83182f88834d7f72ca94f53c9f38975709c31 /xorg-xf86-video-ati | |
parent | 25dc4a805ba9f4001d786d8533be4270eedfedea (diff) | |
download | xorg-3238441cbefef837888ef4a0617ce4edc78725d7.tar.gz xorg-3238441cbefef837888ef4a0617ce4edc78725d7.tar.xz |
xorg-xf86-video-ati: fix build with gcc 10
Diffstat (limited to 'xorg-xf86-video-ati')
-rw-r--r-- | xorg-xf86-video-ati/.signature | 4 | ||||
-rw-r--r-- | xorg-xf86-video-ati/Pkgfile | 6 |
2 files changed, 5 insertions, 5 deletions
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 } |