summaryrefslogtreecommitdiff
path: root/Build/source/libs/xpdf/xpdf-3.02-PATCHES/patch-12-mingw32
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2009-05-04 10:12:24 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2009-05-04 10:12:24 +0000
commitf7af31e336714c75f6472757f24d0c99a7b5e7cf (patch)
treeac78cd023a822f8ed47752c16b62fe0210f18366 /Build/source/libs/xpdf/xpdf-3.02-PATCHES/patch-12-mingw32
parentd12182ae92e0bf23fd4c233931b8b8dbd5c741dc (diff)
reorganize libs/xpdf patches
git-svn-id: svn://tug.org/texlive/trunk@12919 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/xpdf/xpdf-3.02-PATCHES/patch-12-mingw32')
-rw-r--r--Build/source/libs/xpdf/xpdf-3.02-PATCHES/patch-12-mingw3222
1 files changed, 22 insertions, 0 deletions
diff --git a/Build/source/libs/xpdf/xpdf-3.02-PATCHES/patch-12-mingw32 b/Build/source/libs/xpdf/xpdf-3.02-PATCHES/patch-12-mingw32
new file mode 100644
index 00000000000..aa8956e98f0
--- /dev/null
+++ b/Build/source/libs/xpdf/xpdf-3.02-PATCHES/patch-12-mingw32
@@ -0,0 +1,22 @@
+ Build fix for mingw32
+
+diff -ur -N xpdf-3.02.orig/xpdf/GlobalParams.cc xpdf-3.02/xpdf/GlobalParams.cc
+--- xpdf-3.02.orig/xpdf/GlobalParams.cc 2007-02-27 23:05:52.000000000 +0100
++++ xpdf-3.02/xpdf/GlobalParams.cc 2009-04-02 10:22:18.000000000 +0200
+@@ -5,9 +5,16 @@
+ // Copyright 2001-2003 Glyph & Cog, LLC
+ //
+ //========================================================================
++// Modified for TeX Live by Peter Breitenlohner <tex-live@tug.org>
++// See top-level ChangeLog for a list of all modifications
++//========================================================================
+
+ #include <aconf.h>
+
++#ifdef __MINGW32__
++#undef WIN32
++#endif
++
+ #ifdef USE_GCC_PRAGMAS
+ #pragma implementation
+ #endif