[Lunar-commits] <moonbase> texlive: fix 64-bit XeTeX

Paul Bredbury brebs at lunar-linux.org
Sat Mar 5 21:08:12 CET 2011


commit aa56b359844da2e014e0f19839eda7ff9d7a6e39
Author: Paul Bredbury <brebs at lunar-linux.org>
Date:   Sun Mar 6 03:08:12 2011 +0700

    texlive: fix 64-bit XeTeX
---
 doc-tools/texlive/BUILD   |    3 +++
 doc-tools/texlive/DETAILS |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/doc-tools/texlive/BUILD b/doc-tools/texlive/BUILD
index f965675..8085952 100644
--- a/doc-tools/texlive/BUILD
+++ b/doc-tools/texlive/BUILD
@@ -23,6 +23,9 @@
   sedit "s:rm -f man:true:" texk/texlive/linked_scripts/Makefile*  &&
   sedit "s:ln -s /usr/share/texmf/doc/man man:true:" texk/texlive/linked_scripts/Makefile*  &&
 
+  # Fix 64-bit XeTeX - http://bugs.gentoo.org/show_bug.cgi?id=356701
+  sedit "/^#define __XETEXEXT_H/a#include <w2c\/c-auto.h>" texk/web2c/xetexdir/XeTeX_ext.h  &&
+
   # Hide warnings about being unable to find its own config files
   export KPATHSEA_WARNING=0  &&
 
diff --git a/doc-tools/texlive/DETAILS b/doc-tools/texlive/DETAILS
index 253e792..da04dd6 100644
--- a/doc-tools/texlive/DETAILS
+++ b/doc-tools/texlive/DETAILS
@@ -12,7 +12,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION-source
      SOURCE3_VFY=sha1:a36517f4250915b011740c7790fba749fde3aaff
         WEB_SITE=http://www.tug.org/texlive/
          ENTERED=20100805
-         UPDATED=20110223
+         UPDATED=20110305
            SHORT="TeX distribution that includes web2c, pdfTeX, e-Tex and more"
 
 # Text from http://www.tug.org/texlive/


More information about the Lunar-commits mailing list