summaryrefslogtreecommitdiff
path: root/print/poppler
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2018-04-29 06:24:35 +0000
committerwiz <wiz@pkgsrc.org>2018-04-29 06:24:35 +0000
commit7b45d338e92a24f194a3778c742a0ace06afb1f1 (patch)
tree29fa6edcc2dc3efef90b532f100d55614b2c7352 /print/poppler
parentdcd821d7b1c8023a022df4030bb563dabc409192 (diff)
downloadpkgsrc-7b45d338e92a24f194a3778c742a0ace06afb1f1.tar.gz
poppler: remove unused patch
Diffstat (limited to 'print/poppler')
-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>