summaryrefslogtreecommitdiff
path: root/Build/source/libs/xpdf/TLpatches/patch-22-exclude-openTempFile
blob: be04bd4042dd8c033d1c8c367a8689114dab6668 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
	Patches for pdfTeX / luaTeX / XeTeX

	from:
		Han The Thanh <thanh@pdftex.org>

diff -ur -N xpdf-3.04.orig/goo/gfile.cc xpdf-3.04/goo/gfile.cc
--- xpdf-3.04.orig/goo/gfile.cc	2014-05-28 20:50:50.000000000 +0200
+++ xpdf-3.04/goo/gfile.cc	2014-05-30 19:42:41.000000000 +0200
@@ -7,6 +7,9 @@
 // Copyright 1996-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>
 
@@ -441,6 +444,7 @@
 #endif
 }
 
+#ifndef PDF_PARSER_ONLY
 GBool openTempFile(GString **name, FILE **f,
 		   const char *mode, const char *ext) {
 #if defined(_WIN32)
@@ -551,6 +555,7 @@
   return gTrue;
 #endif
 }
+#endif
 
 GBool createDir(char *path, int mode) {
 #ifdef _WIN32