extractpdfmark: rebuild against libpoppler.so.87

[ci skip]
This commit is contained in:
maxice8 2019-04-21 10:53:27 -03:00 committed by maxice8
parent 1b7c2d7f55
commit ae06f72ee7
2 changed files with 15 additions and 1 deletions

View file

@ -0,0 +1,14 @@
diff --git src/poppler-core/destname.cc src/poppler-core/destname.cc
index 33e05e2..5f8d4f7 100644
--- src/poppler-core/destname.cc
+++ src/poppler-core/destname.cc
@@ -82,7 +82,7 @@ std::string poppler_core::build_destname (const std::string &name,
if (link_dest->isPageRef ())
{
Ref page_ref = link_dest->getPageRef ();
- pagenum = doc->findPage (page_ref.num, page_ref.gen);
+ pagenum = doc->findPage (page_ref);
}
else
{

View file

@ -1,7 +1,7 @@
# Template file for 'extractpdfmark'
pkgname=extractpdfmark
version=1.1.0
revision=2
revision=3
build_wrksrc=build
build_style=gnu-configure
configure_script="../configure"