~ubuntu-branches/ubuntu/wily/luatex/wily

« back to all changes in this revision

Viewing changes to source/libs/xpdf/xpdf-3.02-PATCHES/patch-11-time_h

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Preining
  • Date: 2010-04-29 00:47:19 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20100429004719-o42etkqe90n97b9e
Tags: 0.60.1-1
* new upstream release, adapt build-script patch
* disable patch: upstream-epstopdf_cc_no_xpdf_patching, included upstream
* disable patch: libpoppler-0.12, not needed anymore

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
        Build fix for djgpp
 
2
 
 
3
diff -ur -N xpdf-3.02.orig/goo/gfile.cc xpdf-3.02/goo/gfile.cc
 
4
--- xpdf-3.02.orig/goo/gfile.cc 2007-02-27 23:05:51.000000000 +0100
 
5
+++ xpdf-3.02/goo/gfile.cc      2009-03-05 23:36:46.000000000 +0100
 
6
@@ -7,6 +7,9 @@
 
7
 // Copyright 1996-2003 Glyph & Cog, LLC
 
8
 //
 
9
 //========================================================================
 
10
+//  Modified for TeX Live by Peter Breitenlohner <tex-live@tug.org>
 
11
+//  See top-level ChangeLog for a list of all modifications
 
12
+//========================================================================
 
13
 
 
14
 #include <aconf.h>
 
15
 
 
16
@@ -20,6 +23,7 @@
 
17
 #    include <sys/stat.h>
 
18
 #    include <fcntl.h>
 
19
 #  endif
 
20
+#  include <time.h>
 
21
 #  include <limits.h>
 
22
 #  include <string.h>
 
23
 #  if !defined(VMS) && !defined(ACORN) && !defined(MACOS)