[tlbuild] Minor fix for poppler

Mojca Miklavec mojca.miklavec.lists at gmail.com
Mon Jan 15 22:15:58 CET 2018


The following patch is needed for poppler in order to make time_t work
on FreeBSD 11.1:

--- libs/poppler/poppler-src/poppler/Form.h (revision 46316)
+++ libs/poppler/poppler-src/poppler/Form.h (working copy)
@@ -31,6 +31,7 @@

 #include <set>
 #include <vector>
+#include <ctime>

 class GooString;
 class Array;

Mojca


More information about the tlbuild mailing list