summaryrefslogtreecommitdiff
path: root/Build/source/libs/poppler/TLpatches/patch-03-time
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/poppler/TLpatches/patch-03-time')
-rw-r--r--Build/source/libs/poppler/TLpatches/patch-03-time13
1 files changed, 7 insertions, 6 deletions
diff --git a/Build/source/libs/poppler/TLpatches/patch-03-time b/Build/source/libs/poppler/TLpatches/patch-03-time
index 2246093f695..1b9339d1a3d 100644
--- a/Build/source/libs/poppler/TLpatches/patch-03-time
+++ b/Build/source/libs/poppler/TLpatches/patch-03-time
@@ -1,12 +1,13 @@
$ diff -u gfile.h.orig gfile.h
---- gfile.h.orig 2018-03-22 15:08:01.913911597 +0100
-+++ gfile.h 2018-03-22 15:00:59.106829862 +0100
-@@ -51,6 +51,8 @@
- #elif defined(ACORN)
+--- gfile.h.orig 2018-03-26 11:43:40.479917632 +0200
++++ gfile.h 2018-03-26 11:41:51.965590455 +0200
+@@ -52,6 +52,9 @@
#elif defined(MACOS)
# include <ctime.h>
-+#elif defined(__NetBSD__)
-+#include <time.h>
#else
++# if defined(__NetBSD__)
++# include <time.h>
++# endif
# include <unistd.h>
# include <sys/types.h>
+ # if defined(VMS)