forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
kpathsea2012.patch
28 lines (26 loc) · 944 Bytes
/
kpathsea2012.patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
From TeX Live svn rev 23421.
Remove unnecessary headers. Fixes build with kpathsea from TeX Live 2012.
Index: source/texk/web2c/luatexdir/luatex.c
===================================================================
--- source/texk/web2c/luatexdir/luatex.c (revision 23420)
+++ source/texk/web2c/luatexdir/luatex.c (revision 23421)
@@ -32,7 +32,6 @@
#include <kpathsea/readable.h>
#include <kpathsea/variable.h>
#include <kpathsea/absolute.h>
-#include <kpathsea/recorder.h>
#ifdef WIN32
#include <kpathsea/concatn.h>
#endif
Index: source/texk/web2c/lib/texmfmp.c
===================================================================
--- source/texk/web2c/lib/texmfmp.c (revision 23420)
+++ source/texk/web2c/lib/texmfmp.c (revision 23421)
@@ -17,7 +17,6 @@
#include <kpathsea/readable.h>
#include <kpathsea/variable.h>
#include <kpathsea/absolute.h>
-#include <kpathsea/recorder.h>
#ifdef WIN32
#include <kpathsea/concatn.h>
#endif