summaryrefslogtreecommitdiff
path: root/Build/source/utils/xindy/xindy-2.4-PATCHES/patch-01-never-interactive
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2012-07-09 11:43:27 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2012-07-09 11:43:27 +0000
commit55fb708a622fb5376eacf0e666b2acf8331d55c6 (patch)
tree65b74231652aaf2cbf3d7c4cc1398293291c04f4 /Build/source/utils/xindy/xindy-2.4-PATCHES/patch-01-never-interactive
parent9063da6c1f735558a3485ad6d66d68161c17c572 (diff)
xindy: Added the never-interactive option to prevent flex
from creating a problematic prototype for isatty() git-svn-id: svn://tug.org/texlive/trunk@26954 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/xindy/xindy-2.4-PATCHES/patch-01-never-interactive')
-rw-r--r--Build/source/utils/xindy/xindy-2.4-PATCHES/patch-01-never-interactive9
1 files changed, 9 insertions, 0 deletions
diff --git a/Build/source/utils/xindy/xindy-2.4-PATCHES/patch-01-never-interactive b/Build/source/utils/xindy/xindy-2.4-PATCHES/patch-01-never-interactive
new file mode 100644
index 00000000000..1d111e6552e
--- /dev/null
+++ b/Build/source/utils/xindy/xindy-2.4-PATCHES/patch-01-never-interactive
@@ -0,0 +1,9 @@
+diff -ur -N -x Makefile.in -x autom4te.cache xindy-2.4.orig/tex2xindy/tex2xindy.l xindy-2.4/tex2xindy/tex2xindy.l
+--- xindy-2.4.orig/tex2xindy/tex2xindy.l 2010-05-11 01:02:17.000000000 +0200
++++ xindy-2.4/tex2xindy/tex2xindy.l 2012-06-21 12:13:02.000000000 +0200
+@@ -1,3 +1,5 @@
++%option never-interactive
++
+ %{
+ /* $Id: tex2xindy.l,v 1.24 2010/05/10 23:02:17 jschrod Exp $
+ ============================================================