]> git.pld-linux.org Git - packages/mupdf.git/blame_incremental - mupdf-v8.patch
- rel 3; build with new openjpeg2
[packages/mupdf.git] / mupdf-v8.patch
... / ...
CommitLineData
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.062455 seconds and 4 git commands to generate.