]> git.pld-linux.org Git - packages/mupdf.git/blob - mupdf-v8.patch
- rel 3; build with new openjpeg2
[packages/mupdf.git] / mupdf-v8.patch
1 --- mupdf-1.3-source/Makethird.orig     2013-11-01 20:54:07.405347226 +0100
2 +++ mupdf-1.3-source/Makethird  2013-11-01 20:56:12.078675327 +0100
3 @@ -43,7 +43,9 @@
4  
5  V8_PRESENT := yes
6  else
7 -V8_PRESENT := no
8 +ifneq "$(V8_PRESENT)" "no"
9 +V8_LIBS = -lv8 -lstdc++
10 +endif
11  endif
12  
13  # --- FreeType 2 ---
This page took 0.04871 seconds and 4 git commands to generate.