pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/print/poppler/patches
Module Name: pkgsrc
Committed By: wiz
Date: Tue Apr 17 05:20:55 UTC 2018
Added Files:
pkgsrc/print/poppler/patches: patch-goo_gfile.h patch-poppler_CMap.cc
Log Message:
poppler: add build fixes for NetBSD
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/print/poppler/patches/patch-goo_gfile.h \
pkgsrc/print/poppler/patches/patch-poppler_CMap.cc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/print/poppler/patches/patch-goo_gfile.h
diff -u /dev/null pkgsrc/print/poppler/patches/patch-goo_gfile.h:1.1
--- /dev/null Tue Apr 17 05:20:55 2018
+++ pkgsrc/print/poppler/patches/patch-goo_gfile.h Tue Apr 17 05:20:55 2018
@@ -0,0 +1,15 @@
+$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>
Index: pkgsrc/print/poppler/patches/patch-poppler_CMap.cc
diff -u /dev/null pkgsrc/print/poppler/patches/patch-poppler_CMap.cc:1.1
--- /dev/null Tue Apr 17 05:20:55 2018
+++ pkgsrc/print/poppler/patches/patch-poppler_CMap.cc Tue Apr 17 05:20:55 2018
@@ -0,0 +1,15 @@
+$NetBSD: patch-poppler_CMap.cc,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
+
+--- poppler/CMap.cc.orig 2018-03-18 18:23:49.000000000 +0000
++++ poppler/CMap.cc
+@@ -33,6 +33,7 @@
+ #include <stdlib.h>
+ #include <string.h>
+ #include <ctype.h>
++#include <sys/time.h>
+ #include "goo/gmem.h"
+ #include "goo/gfile.h"
+ #include "goo/GooString.h"
Home |
Main Index |
Thread Index |
Old Index