summaryrefslogtreecommitdiffstats
path: root/source/x/x11/patch/xf86-video-tseng.patch
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2018-07-14 21:49:31 +0000
committer Eric Hameleers <alien@slackware.com>2018-07-15 09:00:34 +0200
commit67886560b215367bc14ea70569ba67d9f9551a12 (patch)
treeddcf4b0ed9618e4c7a3c9f73ca92ca2cdf4c4ddb /source/x/x11/patch/xf86-video-tseng.patch
parente1b360e07d441ab3dac2f0bfb29f09f15069ad31 (diff)
downloadcurrent-67886560b215367bc14ea70569ba67d9f9551a12.tar.gz
current-67886560b215367bc14ea70569ba67d9f9551a12.tar.xz
Sat Jul 14 21:49:31 UTC 201820180714214931
l/pulseaudio-12.1-x86_64-1.txz: Upgraded. l/utf8proc-2.1.1-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/x/x11/patch/xf86-video-tseng.patch')
-rw-r--r--source/x/x11/patch/xf86-video-tseng.patch3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/x/x11/patch/xf86-video-tseng.patch b/source/x/x11/patch/xf86-video-tseng.patch
index 17d7e8297..878d41354 100644
--- a/source/x/x11/patch/xf86-video-tseng.patch
+++ b/source/x/x11/patch/xf86-video-tseng.patch
@@ -5,3 +5,6 @@ done
grep -r -l 'miInitializeBackingStore(pScreen);' | while read file ; do
sed -i "s/miInitializeBackingStore(pScreen);//g" $file
done
+
+# Patch for xorg-server-1.20.x:
+zcat $CWD/patch/xf86-video-tseng/xf86-video-tseng.xorg-server-1.20.x.diff.gz | patch -p1 --verbose || { touch ${SLACK_X_BUILD_DIR}/${PKGNAME}.failed ; continue ; }