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