From 148db2ac889e89b680177f93d17e434c432381f5 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 5 Jul 2021 16:30:34 +0300 Subject: [PATCH] xf86-video-amdgpu: rename patch to match xorg-server --- xorg/xf86-video-amdgpu/build | 2 +- .../{rootless-amdgpu.patch => rootless_modesetting.patch} | 0 xorg/xf86-video-amdgpu/sources | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename xorg/xf86-video-amdgpu/patches/{rootless-amdgpu.patch => rootless_modesetting.patch} (100%) diff --git a/xorg/xf86-video-amdgpu/build b/xorg/xf86-video-amdgpu/build index 9a2289d8..dd217d35 100755 --- a/xorg/xf86-video-amdgpu/build +++ b/xorg/xf86-video-amdgpu/build @@ -1,6 +1,6 @@ #!/bin/sh -e -patch -p1 < rootless-amdgpu.patch +patch -p1 < rootless_modesetting.patch export LDFLAGS="$LDFLAGS -Wl,-z,lazy" export CFLAGS="$CFLAGS -fcommon" diff --git a/xorg/xf86-video-amdgpu/patches/rootless-amdgpu.patch b/xorg/xf86-video-amdgpu/patches/rootless_modesetting.patch similarity index 100% rename from xorg/xf86-video-amdgpu/patches/rootless-amdgpu.patch rename to xorg/xf86-video-amdgpu/patches/rootless_modesetting.patch diff --git a/xorg/xf86-video-amdgpu/sources b/xorg/xf86-video-amdgpu/sources index 5e55140c..113fe45a 100644 --- a/xorg/xf86-video-amdgpu/sources +++ b/xorg/xf86-video-amdgpu/sources @@ -1,2 +1,2 @@ https://x.org/releases/individual/driver/xf86-video-amdgpu-19.1.0.tar.bz2 -patches/rootless-amdgpu.patch +patches/rootless_modesetting.patch