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:
parent
2e3fb33924
commit
b08077f77d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=467004
@ -1,6 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
PKGNAMESUFFIX= -qt5
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= poppler
|
||||
PORTVERSION= 0.57.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics print
|
||||
MASTER_SITES= http://poppler.freedesktop.org/
|
||||
|
||||
|
10
graphics/poppler/files/patch-qt5_src_poppler-form.h
Normal file
10
graphics/poppler/files/patch-qt5_src_poppler-form.h
Normal 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;
|
Loading…
Reference in New Issue
Block a user