From 11cc9e38f466892b364a09d4348f2e8e4839fef2 Mon Sep 17 00:00:00 2001 From: HW Date: Sun, 20 Nov 2011 23:02:39 +0100 Subject: [PATCH] added mupdf patching to Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e6b006225..02e8f1708 100644 --- a/Makefile +++ b/Makefile @@ -72,7 +72,7 @@ fetchthirdparty: -rmdir lua -rm lua git clone git://git.ghostscript.com/mupdf.git - ( cd mupdf ; wget http://www.mupdf.com/download/mupdf-thirdparty.zip && unzip mupdf-thirdparty.zip ) + ( cd mupdf ; wget http://www.mupdf.com/download/mupdf-thirdparty.zip && unzip mupdf-thirdparty.zip; patch -p1 < ../mupdf-64M-memory-limit.diff ) wget http://www.lua.org/ftp/lua-5.1.4.tar.gz && tar xvzf lua-5.1.4.tar.gz && ln -s lua-5.1.4 lua clean: