diff options
Diffstat (limited to 'Build/source/texk/cjkutils/cjkutils-4.8.2-PATCHES/patch-06-cjklatex')
-rw-r--r-- | Build/source/texk/cjkutils/cjkutils-4.8.2-PATCHES/patch-06-cjklatex | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Build/source/texk/cjkutils/cjkutils-4.8.2-PATCHES/patch-06-cjklatex b/Build/source/texk/cjkutils/cjkutils-4.8.2-PATCHES/patch-06-cjklatex new file mode 100644 index 00000000000..74e4930d4f7 --- /dev/null +++ b/Build/source/texk/cjkutils/cjkutils-4.8.2-PATCHES/patch-06-cjklatex @@ -0,0 +1,17 @@ + No need to directly #include <kpathsea/win32lib.h> (already done + from <kpathsea/config.h>). + +diff -ur cjkutils-4.8.2.orig/cjklatex/cjklatex.c cjkutils-4.8.2/cjklatex/cjklatex.c +--- cjkutils-4.8.2.orig/cjklatex/cjklatex.c 2010-12-19 16:25:43.000000000 +0100 ++++ cjkutils-4.8.2/cjklatex/cjklatex.c 2011-09-12 13:44:29.000000000 +0200 +@@ -36,10 +36,6 @@ + #include <kpathsea/lib.h> + #include <kpathsea/getopt.h> + +-#if defined(WIN32) && !defined(__MINGW32__) +-#include <kpathsea/win32lib.h> +-#endif +- + static const char *cjklatex_version_string = "1.0"; + + static const char *usage_str[] = { |