diff options
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 ; } |