]> git.pld-linux.org Git - packages/mupdf.git/blame - mupdf-v8.patch
- added shared patch, build shared libraries
[packages/mupdf.git] / mupdf-v8.patch
CommitLineData
69d32f06
JB
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.080662 seconds and 4 git commands to generate.