diff options
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 |
commit | 67886560b215367bc14ea70569ba67d9f9551a12 (patch) | |
tree | ddcf4b0ed9618e4c7a3c9f73ca92ca2cdf4c4ddb /source/x/x11/patch/xf86-video-tseng.patch | |
parent | e1b360e07d441ab3dac2f0bfb29f09f15069ad31 (diff) | |
download | current-67886560b215367bc14ea70569ba67d9f9551a12.tar.gz |
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.patch | 3 |
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 17d7e829..878d4135 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 ; } |