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