diff --git a/xorg/xf86-video-ati/build b/xorg/xf86-video-ati/build index a1c1508a..dd217d35 100755 --- a/xorg/xf86-video-ati/build +++ b/xorg/xf86-video-ati/build @@ -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" diff --git a/xorg/xf86-video-ati/patches/rootless-ati.patch b/xorg/xf86-video-ati/patches/rootless_modesetting.patch similarity index 100% rename from xorg/xf86-video-ati/patches/rootless-ati.patch rename to xorg/xf86-video-ati/patches/rootless_modesetting.patch diff --git a/xorg/xf86-video-ati/sources b/xorg/xf86-video-ati/sources index 7f484946..cf5337aa 100644 --- a/xorg/xf86-video-ati/sources +++ b/xorg/xf86-video-ati/sources @@ -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