projects
/
packages
/
mupdf.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
- new
[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.055946 seconds
and
3
git commands to generate.