From 495cab2d76710fc11952cfe7ff0f8f2f26f442a5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Fonzo?= Date: Tue, 1 Feb 2022 22:17:33 -0300 Subject: [PATCH] recipes: xorg/driver/xf86-video-voodoo: Enhance comment MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Matías Fonzo --- recipes/xorg/driver/xf86-video-voodoo/recipe | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes/xorg/driver/xf86-video-voodoo/recipe b/recipes/xorg/driver/xf86-video-voodoo/recipe index b8f4b81d..d3fb4de8 100644 --- a/recipes/xorg/driver/xf86-video-voodoo/recipe +++ b/recipes/xorg/driver/xf86-video-voodoo/recipe @@ -52,10 +52,11 @@ build() # Set sane permissions chmod -R u+w,go-w,a+rX-s . - # Update with patch coming from NetBSD in order to *this video driver* + # Update with a patch coming from NetBSD in order to enhance this video driver patch -p0 < "${worktree}/patches/xf86-video-voodoo/patch-src_voodoo.h" - ./configure CPPFLAGS="$QICPPFLAGS" CFLAGS="$QICFLAGS " LDFLAGS="$QILDFLAGS -Wl,-z,lazy" \ + ./configure CPPFLAGS="$QICPPFLAGS" \ + CFLAGS="$QICFLAGS " LDFLAGS="$QILDFLAGS -Wl,-z,lazy" \ $configure_args \ --libdir=/usr/lib${libSuffix} \ --infodir=$infodir \ -- 2.11.4.GIT