1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00

Fix graphics/poppler-qt5 provided include file, causing dependent

ports to fail when including it.

PR:		221805
Submitted by:	me
Approved by:	gnome (kwm)
This commit is contained in:
Guido Falsi 2018-04-10 18:46:47 +00:00
parent 2e3fb33924
commit b08077f77d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=467004
3 changed files with 12 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# $FreeBSD$
PORTREVISION= 1
PORTREVISION= 2
PKGNAMESUFFIX= -qt5
MAINTAINER= gnome@FreeBSD.org

View File

@ -3,6 +3,7 @@
PORTNAME= poppler
PORTVERSION= 0.57.0
PORTREVISION= 1
CATEGORIES= graphics print
MASTER_SITES= http://poppler.freedesktop.org/

View File

@ -0,0 +1,10 @@
--- qt5/src/poppler-form.h.orig 2017-07-02 21:00:50 UTC
+++ qt5/src/poppler-form.h
@@ -26,6 +26,7 @@
#include <QtCore/QStringList>
#include <QtCore/QSharedPointer>
#include "poppler-export.h"
+#include <ctime> // time_t
class Page;
class FormWidget;