aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2019-03-06 23:22:53 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2019-03-07 21:41:33 +0000
commit8ddd777f9f57e92cac6f648e53313764bf4dc206 (patch)
treea91c1d8bbce51d44a5edb7b23cc6d0e264c14693 /main
parente6200724756459b551fde6fe797bd114d494fa70 (diff)
downloadaports-8ddd777f9f57e92cac6f648e53313764bf4dc206.tar.bz2
aports-8ddd777f9f57e92cac6f648e53313764bf4dc206.tar.xz
main/xf86-video-ati: upgrade to 19.0.0
Diffstat (limited to 'main')
-rw-r--r--main/xf86-video-ati/APKBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/main/xf86-video-ati/APKBUILD b/main/xf86-video-ati/APKBUILD
index 2c2295ff2e..650e23740b 100644
--- a/main/xf86-video-ati/APKBUILD
+++ b/main/xf86-video-ati/APKBUILD
@@ -1,6 +1,6 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xf86-video-ati
-pkgver=18.1.0
+pkgver=19.0.0
pkgrel=0
pkgdesc="ATI video driver"
url="https://xorg.freedesktop.org"
@@ -26,7 +26,8 @@ build() {
--build=$CBUILD \
--host=$CHOST \
--prefix=/usr \
- --enable-glamor
+ --enable-glamor \
+ LDFLAGS="$LDFLAGS -Wl,-z,lazy"
make
}
@@ -35,4 +36,4 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="7a58c9a6cb4876bd2ff37d837372b4e360e81fec7de6a6c7a48d70a5338d62745f734f5d4207f30aa368ff2d9ef44f5f1ef36afd73802a618998c16fe395ed53 xf86-video-ati-18.1.0.tar.bz2"
+sha512sums="0674c8befa926fd3b431ce80d90f2cd0de17314efe7fd3a5ed0d78018d6cd32625b514bf68436a47eb15e5ad4b50317f3c09fd687b77e69a067d1210ee459827 xf86-video-ati-19.0.0.tar.bz2"