summaryrefslogtreecommitdiffstats
path: root/latex
diff options
context:
space:
mode:
authorPavel Vinogradov2018-12-29 15:20:11 -0500
committerPavel Vinogradov2018-12-29 15:21:14 -0500
commitedebeaaf0ba346c495cb6fc79d1f91dec0432212 (patch)
tree02170ee111d774b127e40698454daaa7e40d6adb /latex
parent96bb6c64f2022288acc299a18f77b369dc8bc29b (diff)
latex/texlive: fixed SyncTeX installation
Diffstat (limited to 'latex')
-rw-r--r--latex/texlive/HISTORY3
-rw-r--r--latex/texlive/patches/synctex.patch13
2 files changed, 16 insertions, 0 deletions
diff --git a/latex/texlive/HISTORY b/latex/texlive/HISTORY
index 7b8120e1f7..c56475fe23 100644
--- a/latex/texlive/HISTORY
+++ b/latex/texlive/HISTORY
@@ -1,3 +1,6 @@
+2018-12-29 Pavel Vinogradov <public@sourcemage.org>
+ * patches/synctex.patch: added fix for SyncTeX missing header issue
+
2018-12-07 Pavel Vinogradov <public@sourcemage.org>
* BUILD: added -fpermissive to CXXFLAGS for LuaTeX
diff --git a/latex/texlive/patches/synctex.patch b/latex/texlive/patches/synctex.patch
new file mode 100644
index 0000000000..9935e4acf4
--- /dev/null
+++ b/latex/texlive/patches/synctex.patch
@@ -0,0 +1,13 @@
+diff --git a/texk/web2c/synctexdir/am/synctex.am b/texk/web2c/synctexdir/am/synctex.am
+--- a/texk/web2c/synctexdir/am/synctex.am
++++ b/texk/web2c/synctexdir/am/synctex.am
+@@ -55,7 +55,8 @@
+ if SYNCTEX
+ syncinclude_HEADERS = \
+ synctexdir/synctex_parser.h \
+- synctexdir/synctex_parser_utils.h
++ synctexdir/synctex_parser_utils.h \
++ synctexdir/synctex_version.h
+
+ pkgconfig_DATA = synctexdir/synctex.pc
+ endif SYNCTEX