extractpdfmark: rebuild against libpoppler.so.87
[ci skip]
This commit is contained in:
parent
1b7c2d7f55
commit
ae06f72ee7
2 changed files with 15 additions and 1 deletions
14
srcpkgs/extractpdfmark/patches/poppler-076.patch
Normal file
14
srcpkgs/extractpdfmark/patches/poppler-076.patch
Normal 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
|
||||
{
|
||||
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue