summaryrefslogtreecommitdiff
path: root/Build/source/libs/xpdf/xpdf-3.02-PATCHES/patch-22-exclude-openTempFile
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/xpdf/xpdf-3.02-PATCHES/patch-22-exclude-openTempFile')
-rw-r--r--Build/source/libs/xpdf/xpdf-3.02-PATCHES/patch-22-exclude-openTempFile24
1 files changed, 0 insertions, 24 deletions
diff --git a/Build/source/libs/xpdf/xpdf-3.02-PATCHES/patch-22-exclude-openTempFile b/Build/source/libs/xpdf/xpdf-3.02-PATCHES/patch-22-exclude-openTempFile
deleted file mode 100644
index 31dbce834a8..00000000000
--- a/Build/source/libs/xpdf/xpdf-3.02-PATCHES/patch-22-exclude-openTempFile
+++ /dev/null
@@ -1,24 +0,0 @@
- Patches for pdfTeX / luaTeX / XeTeX
-
- from:
- Han The Thanh <thanh@pdftex.org>
-
-diff -ur -N xpdf-3.02.orig/goo/gfile.cc xpdf-3.02/goo/gfile.cc
---- xpdf-3.02.orig/goo/gfile.cc 2009-03-05 23:36:46.000000000 +0100
-+++ xpdf-3.02/goo/gfile.cc 2009-05-08 21:14:18.000000000 +0200
-@@ -443,6 +443,7 @@
- #endif
- }
-
-+#ifndef PDF_PARSER_ONLY
- GBool openTempFile(GString **name, FILE **f, char *mode, char *ext) {
- #if defined(WIN32)
- //---------- Win32 ----------
-@@ -551,6 +552,7 @@
- return gTrue;
- #endif
- }
-+#endif
-
- GBool executeCommand(char *cmd) {
- #ifdef VMS