diff options
Diffstat (limited to 'source/x/x11/patch/pixman.patch')
-rw-r--r-- | source/x/x11/patch/pixman.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/x/x11/patch/pixman.patch b/source/x/x11/patch/pixman.patch index 89037dc3..94734110 100644 --- a/source/x/x11/patch/pixman.patch +++ b/source/x/x11/patch/pixman.patch @@ -1 +1 @@ -zcat $CWD/patch/pixman/pixman.remove.glyph-test.that.fails.to.compile.diff.gz | patch -p1 || { touch ${SLACK_X_BUILD_DIR}/${PKGNAME}.failed ; continue ; } +zcat $CWD/patch/pixman/pixman.remove.tests.that.fail.to.compile.diff.gz | patch -p1 --backup --suffix=.orig || { touch ${SLACK_X_BUILD_DIR}/${PKGNAME}.failed ; continue ; } |