aboutsummaryrefslogtreecommitdiff
path: root/print/scribus-devel/files/patch-poppler-21.04
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-04-26 15:13:26 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-04-26 15:13:26 +0000
commit89f594d34d596b815e06a4643f444824d0f27e67 (patch)
tree4d2d995f6f901da920df5b77a7c471e47c140dd3 /print/scribus-devel/files/patch-poppler-21.04
parent0bd169af2cefcd265f8a8b52dfc52e5c445baa92 (diff)
downloadports-89f594d34d596b815e06a4643f444824d0f27e67.tar.gz
ports-89f594d34d596b815e06a4643f444824d0f27e67.zip
print/scribus-devel: update to 1.5.7
Diffstat (limited to 'print/scribus-devel/files/patch-poppler-21.04')
-rw-r--r--print/scribus-devel/files/patch-poppler-21.0416
1 files changed, 0 insertions, 16 deletions
diff --git a/print/scribus-devel/files/patch-poppler-21.04 b/print/scribus-devel/files/patch-poppler-21.04
deleted file mode 100644
index e6dcc2222ae2..000000000000
--- a/print/scribus-devel/files/patch-poppler-21.04
+++ /dev/null
@@ -1,16 +0,0 @@
-Index: scribus/plugins/import/pdf/slaoutput.h
-===================================================================
---- scribus/plugins/import/pdf/slaoutput.h (revision 24598)
-+++ scribus/plugins/import/pdf/slaoutput.h (revision 24599)
-@@ -379,7 +379,11 @@
- Catalog *catalog {nullptr};
- SplashFontEngine *m_fontEngine {nullptr};
- SplashFont *m_font {nullptr};
-+#if POPPLER_ENCODED_VERSION >= POPPLER_VERSION_ENCODE(21, 4, 0)
-+ std::unique_ptr<FormPageWidgets> m_formWidgets;
-+#else
- FormPageWidgets *m_formWidgets {nullptr};
-+#endif
- QHash<QString, QList<int> > m_radioMap;
- QHash<int, PageItem*> m_radioButtons;
- int m_actPage;