From 4310b68b3bdc9249e021fa8d6d14381315902023 Mon Sep 17 00:00:00 2001 From: NiLuJe Date: Wed, 3 Oct 2012 00:36:50 +0200 Subject: [PATCH] Don't checkout popen_noshell twice (it reverts parts of our patch) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 388a6cb6e..c31a5e107 100644 --- a/Makefile +++ b/Makefile @@ -174,9 +174,9 @@ fetchthirdparty: patch -N -p0 < ../../../kpvcrlib/jpeg_decompress_struct_size.patch # MuPDF patch: use external fonts cd mupdf && patch -N -p1 < ../mupdf.patch - svn co http://popen-noshell.googlecode.com/svn/trunk/ popen-noshell + test -f popen-noshell/popen_noshell.c || svn co http://popen-noshell.googlecode.com/svn/trunk/ popen-noshell # popen_noshell patch: Make it build on recent TCs, and implement a simple Makefile for building it as a static lib - cd popen-noshell && tesf -f Makefile || patch -N -p0 < popen_noshell-buildfix.patch + cd popen-noshell && test -f Makefile || patch -N -p0 < popen_noshell-buildfix.patch clean: rm -f *.o kpdfview slider_watcher