diff --git a/graphics/poppler-qt5/Makefile b/graphics/poppler-qt5/Makefile index 12a6d470072c..955526808ec2 100644 --- a/graphics/poppler-qt5/Makefile +++ b/graphics/poppler-qt5/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 2 PKGNAMESUFFIX= -qt5 MAINTAINER= gnome@FreeBSD.org diff --git a/graphics/poppler/Makefile b/graphics/poppler/Makefile index 8ef2ed8d18bf..c00aa8ac9d52 100644 --- a/graphics/poppler/Makefile +++ b/graphics/poppler/Makefile @@ -3,6 +3,7 @@ PORTNAME= poppler PORTVERSION= 0.57.0 +PORTREVISION= 1 CATEGORIES= graphics print MASTER_SITES= http://poppler.freedesktop.org/ diff --git a/graphics/poppler/files/patch-qt5_src_poppler-form.h b/graphics/poppler/files/patch-qt5_src_poppler-form.h new file mode 100644 index 000000000000..71faedaadd99 --- /dev/null +++ b/graphics/poppler/files/patch-qt5_src_poppler-form.h @@ -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 + #include + #include "poppler-export.h" ++#include // time_t + + class Page; + class FormWidget;