diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-12-10 11:22:05 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-12-10 11:22:05 +0000 |
commit | 0a1e75ee98dd6caa88dd7566007ab4c6c8511544 (patch) | |
tree | b8845646169c5d84821f476a5eaa490afbf2ff55 /Build/source/texk/lacheck/lacheck-1.26-PATCHES/patch-01-WIN32 | |
parent | 7e8b4dc5ce744eed534c8aa93a8b503c80317c76 (diff) |
texk/lacheck build: use orig source from ctan + patches
git-svn-id: svn://tug.org/texlive/trunk@20707 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/lacheck/lacheck-1.26-PATCHES/patch-01-WIN32')
-rw-r--r-- | Build/source/texk/lacheck/lacheck-1.26-PATCHES/patch-01-WIN32 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Build/source/texk/lacheck/lacheck-1.26-PATCHES/patch-01-WIN32 b/Build/source/texk/lacheck/lacheck-1.26-PATCHES/patch-01-WIN32 new file mode 100644 index 00000000000..4baf9b833c9 --- /dev/null +++ b/Build/source/texk/lacheck/lacheck-1.26-PATCHES/patch-01-WIN32 @@ -0,0 +1,14 @@ +diff -ur -x lacheck.c lacheck-1.26.orig/lacheck.l lacheck-1.26/lacheck.l +--- lacheck-1.26.orig/lacheck.l 1998-03-07 08:47:31.000000000 +0100 ++++ lacheck-1.26/lacheck.l 2010-02-20 12:35:04.000000000 +0100 +@@ -117,6 +117,10 @@ + + #include <stdio.h> + #include <string.h> ++ ++#if defined(WIN32) && !defined(__MINGW32__) ++#include <win32lib.h> ++#endif + /* #include <sys/param.h> */ + + /* extern char *realloc(); */ |