From ebc5f94f611a3644ff6d938bdd5ec4e964c413e8 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Tue, 24 Apr 2012 14:27:42 +0200 Subject: [PATCH] crengine patching shouldn't fail if already applied When patch is already applied, -N will skip applying it again, but it will also return error exit code which will break make fetchthirdparty --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0685ea60a..4c832fe83 100644 --- a/Makefile +++ b/Makefile @@ -141,7 +141,7 @@ fetchthirdparty: # CREngine patch: change child nodes' type face # @TODO replace this dirty hack 24.04 2012 (houqp) cd kpvcrlib/crengine/crengine/src && \ - patch -N -p0 < ../../../lvrend_node_type_face.patch + patch -N -p0 < ../../../lvrend_node_type_face.patch || true unzip mupdf-thirdparty.zip -d mupdf # dirty patch in MuPDF's thirdparty liby for CREngine cd mupdf/thirdparty/jpeg-*/ && \