From 7f49b39789820181460ae515c675b81a22459fa4 Mon Sep 17 00:00:00 2001 From: malc Date: Wed, 14 Jul 2010 13:33:50 +0400 Subject: [PATCH] Remove arch fixup --- buildall.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/buildall.sh b/buildall.sh index a03aff7..449a8be 100644 --- a/buildall.sh +++ b/buildall.sh @@ -21,14 +21,6 @@ test -d lablgl || cvs -d $lablgl co -d lablgl bazar-ocaml/lablGL if ! test -d mupdf; then if $use_sumatrapdf_patched_mupdf; then svn checkout $sumatrapdf/mupdf mupdf && grep - case $(uname -m) in - ppc*|sparc*|arm*) - mv mupdf/Makerules aaa && grep -vi "x86" aaa > mupdf/Makerules - rm aaa - ;; - *) - ;; - esac else wget $mupdf && tar xf $(basename $mupdf) fi -- 2.11.4.GIT