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