summaryrefslogtreecommitdiffstats
path: root/latex
diff options
context:
space:
mode:
authorThomas Orgis2016-03-07 02:17:55 +0100
committerThomas Orgis2016-03-07 02:17:55 +0100
commit1047c7543390fb28ba4644ae0b21d47b90b334be (patch)
treeae880e88bcf6ebb73ddcdea5b2266a360e4650b0 /latex
parent9d6229e51c3498471a84510d9ef3c91f8832f178 (diff)
texlive: work around moved kpathsea/c-auto.h
Diffstat (limited to 'latex')
-rwxr-xr-xlatex/texlive/DETAILS1
-rw-r--r--latex/texlive/HISTORY2
-rwxr-xr-xlatex/texlive/INSTALL5
3 files changed, 8 insertions, 0 deletions
diff --git a/latex/texlive/DETAILS b/latex/texlive/DETAILS
index 203ef24474..96d3c9973f 100755
--- a/latex/texlive/DETAILS
+++ b/latex/texlive/DETAILS
@@ -1,5 +1,6 @@
SPELL=texlive
VERSION=20150521
+ PATCHLEVEL=1
SOURCE="${SPELL}-${VERSION}-source.tar.xz"
SOURCE_URL[0]=ftp://tug.org/historic/systems/texlive/${VERSION:0:4}/${SOURCE}
SOURCE_HASH=sha512:9d06bb88c489715787ce619c4c6b5e2d4251e1db8d48ae7fe2d1a253634c76bc6d7282ef9c93c77847845cae01eafb58dfb37ba3fb83a6d223f0d7fe8f5d3855
diff --git a/latex/texlive/HISTORY b/latex/texlive/HISTORY
index b505c11dd7..68fafaf23f 100644
--- a/latex/texlive/HISTORY
+++ b/latex/texlive/HISTORY
@@ -1,6 +1,8 @@
2016-03-06 Thomas Orgis <sobukus@sourcemage.org>
* INSTALL: Use /usr/share/texmf-dist/web2c instead of /usr/share/texmf/web2c,
as the latter is no more with current texlive-texmf.
+ Also work around wandering kpathsea/c-auto.h, which others need.
+ * DETAILS: PATCHLEVEL++
2016-02-28 Ismael Luceno <ismael@sourcemage.org>
* BUILD, DEPENDS, DETAILS, INSTALL, PRE_BUILD: updated spell to 20150521
diff --git a/latex/texlive/INSTALL b/latex/texlive/INSTALL
index 38c8b520eb..9d60c5574b 100755
--- a/latex/texlive/INSTALL
+++ b/latex/texlive/INSTALL
@@ -45,4 +45,9 @@ if is_depends_enabled $SPELL LUA; then
mtxrun --generate &&
# generate fonts for luatex & context
OSFONTDIR="${INSTALL_ROOT}/usr/share/texmf-dist/fonts/;${INSTALL_ROOT}/usr/share/texmf/fonts/;${INSTALL_ROOT}/usr/local/share/texmf/fonts" mtxrun --script fonts --reload
+fi &&
+
+# Fixup for really stupid fuckup. Newer versions should have this fixed. Please.
+if test -e "$INSTALL_ROOT/usr/lib/kpathsea/c-auto.h"; then
+ ln -s ../../lib/kpathsea/c-auto.h "$INSTALL_ROOT/usr/include/kpathsea/c-auto.h"
fi