462c9f67c8
Fix build with new poppler OBS-URL: https://build.opensuse.org/request/show/83804 OBS-URL: https://build.opensuse.org/package/show/Publishing/pdf2djvu?expand=0&rev=8
17 lines
440 B
Diff
17 lines
440 B
Diff
Index: pdf2djvu-0.7.10/pdf-backend.hh
|
|
===================================================================
|
|
--- pdf2djvu-0.7.10.orig/pdf-backend.hh
|
|
+++ pdf2djvu-0.7.10/pdf-backend.hh
|
|
@@ -77,7 +77,11 @@ namespace pdf
|
|
|
|
namespace link
|
|
{
|
|
+#if POPPLER_VERSION < 1700
|
|
typedef ::Link Link;
|
|
+#else
|
|
+ typedef ::AnnotLink Link;
|
|
+#endif
|
|
typedef ::LinkAction Action;
|
|
typedef ::LinkDest Destination;
|
|
typedef ::LinkGoTo GoTo;
|