summaryrefslogtreecommitdiffstats
path: root/system/xf86-video-qxl/xf86-video-qxl.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/xf86-video-qxl/xf86-video-qxl.SlackBuild')
-rw-r--r--system/xf86-video-qxl/xf86-video-qxl.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/xf86-video-qxl/xf86-video-qxl.SlackBuild b/system/xf86-video-qxl/xf86-video-qxl.SlackBuild
index f507d7f199..8f9b695f2e 100644
--- a/system/xf86-video-qxl/xf86-video-qxl.SlackBuild
+++ b/system/xf86-video-qxl/xf86-video-qxl.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/bash
# Slackware build script for xf86-video-qxl
-# Copyright 2012-2017 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
+# Copyright 2012-2022 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -85,6 +85,7 @@ find -L . \
-exec chmod 644 {} \;
patch -p1 < $CWD/libdrm.patch
+patch -p1 < $CWD/buildfix.diff
# autogen.sh can be used in place of configure
CFLAGS="$SLKCFLAGS" \