diff options
Diffstat (limited to 'Build/source/libs/xpdf/xpdf-3.02-time_h.patch')
-rw-r--r-- | Build/source/libs/xpdf/xpdf-3.02-time_h.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Build/source/libs/xpdf/xpdf-3.02-time_h.patch b/Build/source/libs/xpdf/xpdf-3.02-time_h.patch deleted file mode 100644 index b467a4e4deb..00000000000 --- a/Build/source/libs/xpdf/xpdf-3.02-time_h.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -ur xpdf-3.02.orig/goo/gfile.cc xpdf-3.02/goo/gfile.cc ---- xpdf-3.02.orig/goo/gfile.cc 2007-02-27 23:05:51.000000000 +0100 -+++ xpdf-3.02/goo/gfile.cc 2009-03-05 23:36:46.000000000 +0100 -@@ -20,6 +20,7 @@ - # include <sys/stat.h> - # include <fcntl.h> - # endif -+# include <time.h> - # include <limits.h> - # include <string.h> - # if !defined(VMS) && !defined(ACORN) && !defined(MACOS) |