diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-10-19 09:09:07 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-10-19 09:09:07 +0000 |
commit | 2daba66c685de3f2d9b7abd7e526c627aa1e9379 (patch) | |
tree | 7c4df5c25eb3274c93c19ddd74604794a7544b7a /Build/source/libs/xpdf/xpdf-3.03-PATCHES/patch-40-W32TeX | |
parent | 2f3c81b048f3816cc47cc5d5bc4e31675fff556a (diff) |
libs/xpdf: Remove TL vs W32TeX diffs (from Akira)
git-svn-id: svn://tug.org/texlive/trunk@28030 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/xpdf/xpdf-3.03-PATCHES/patch-40-W32TeX')
-rw-r--r-- | Build/source/libs/xpdf/xpdf-3.03-PATCHES/patch-40-W32TeX | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/Build/source/libs/xpdf/xpdf-3.03-PATCHES/patch-40-W32TeX b/Build/source/libs/xpdf/xpdf-3.03-PATCHES/patch-40-W32TeX new file mode 100644 index 00000000000..33ac1784667 --- /dev/null +++ b/Build/source/libs/xpdf/xpdf-3.03-PATCHES/patch-40-W32TeX @@ -0,0 +1,28 @@ + WIN32TeX uses MSVC 5.0 with the kpathsea headers and library. + +diff -ur -N xpdf-3.03.orig/xpdf/GlobalParams.cc xpdf-3.03/xpdf/GlobalParams.cc +--- xpdf-3.03.orig/xpdf/GlobalParams.cc 2012-10-19 10:06:40.000000000 +0200 ++++ xpdf-3.03/xpdf/GlobalParams.cc 2012-10-19 10:15:52.000000000 +0200 +@@ -47,6 +47,7 @@ + #include "GlobalParams.h" + + #ifdef WIN32 ++# undef strcasecmp + # define strcasecmp stricmp + #else + # include <strings.h> +diff -ur -N xpdf-3.03.orig/xpdf/config.h xpdf-3.03/xpdf/config.h +--- xpdf-3.03.orig/xpdf/config.h 2011-08-15 23:08:53.000000000 +0200 ++++ xpdf-3.03/xpdf/config.h 2012-10-19 10:22:29.000000000 +0200 +@@ -78,11 +78,6 @@ + // popen + //------------------------------------------------------------------------ + +-#if defined(_MSC_VER) || defined(__BORLANDC__) +-#define popen _popen +-#define pclose _pclose +-#endif +- + #if defined(VMS) || defined(VMCMS) || defined(DOS) || defined(OS2) || defined(__EMX__) || defined(WIN32) || defined(__DJGPP__) || defined(MACOS) + #define POPEN_READ_MODE "rb" + #else |