summaryrefslogtreecommitdiff
path: root/print/poppler/patches/patch-goo_gfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'print/poppler/patches/patch-goo_gfile.h')
-rw-r--r--print/poppler/patches/patch-goo_gfile.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/print/poppler/patches/patch-goo_gfile.h b/print/poppler/patches/patch-goo_gfile.h
deleted file mode 100644
index 8a489660cba..00000000000
--- a/print/poppler/patches/patch-goo_gfile.h
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-goo_gfile.h,v 1.1 2018/04/17 05:20:55 wiz Exp $
-
-Include sys/time.h for struct timespec.
-https://bugs.freedesktop.org/show_bug.cgi?id=106091
-
---- goo/gfile.h.orig 2018-03-18 18:23:49.000000000 +0000
-+++ goo/gfile.h
-@@ -37,6 +37,7 @@
- #include <stdio.h>
- #include <stdlib.h>
- #include <stddef.h>
-+#include <sys/time.h>
- extern "C" {
- #if defined(_WIN32)
- # include <sys/stat.h>