From a7d90b9595f15d4b2352b1ddeaa2591989b32470 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 5 Jul 2021 16:32:16 +0300 Subject: [PATCH] xf86-video-ati: rename patch to match xorg-server --- xorg/xf86-video-ati/build | 2 +- .../patches/{rootless-ati.patch => rootless_modesetting.patch} | 0 xorg/xf86-video-ati/sources | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename xorg/xf86-video-ati/patches/{rootless-ati.patch => rootless_modesetting.patch} (100%) 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