From 36223bd61cab8a4f37fdc0d76e3b7c074660bd73 Mon Sep 17 00:00:00 2001 From: Luigi Scarso <luigi.scarso@gmail.com> Date: Thu, 18 Jan 2018 22:53:00 +0000 Subject: [PATCH] (trunk) added missed file. --- source/libs/poppler/TLpatches/patch-04-ctime | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 source/libs/poppler/TLpatches/patch-04-ctime diff --git a/source/libs/poppler/TLpatches/patch-04-ctime b/source/libs/poppler/TLpatches/patch-04-ctime new file mode 100644 index 000000000..f59293666 --- /dev/null +++ b/source/libs/poppler/TLpatches/patch-04-ctime @@ -0,0 +1,13 @@ + To make time_t work on FreeBSD 11.1, per Mojca. + http://tug.org/pipermail/tlbuild/2018q1/003931.html + +--- Form.h (revision 46316) ++++ Form.h (working copy) +@@ -31,6 +31,7 @@ + + #include <set> + #include <vector> ++#include <ctime> + + class GooString; + class Array; -- GitLab