xf86-video-ati: rename patch to match xorg-server

This commit is contained in:
Dylan Araps 2021-07-05 16:32:16 +03:00
parent c0286422b0
commit a7d90b9595
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
3 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh -e
patch -p1 < rootless-ati.patch
patch -p1 < rootless_modesetting.patch
export LDFLAGS="$LDFLAGS -Wl,-z,lazy"
export CFLAGS="$CFLAGS -fcommon"

View File

@ -1,2 +1,2 @@
https://x.org/releases/individual/driver/xf86-video-ati-19.1.0.tar.gz
patches/rootless-ati.patch
patches/rootless_modesetting.patch