extractpdfmark: rebuild against libpoppler.so.83
This commit is contained in:
16
srcpkgs/extractpdfmark/patches/poppler-072.patch
Normal file
16
srcpkgs/extractpdfmark/patches/poppler-072.patch
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
poppler-0.72 renamed GooString::getCString() to c_str()
|
||||||
|
|
||||||
|
diff --git a/src/poppler-core/destname.cc b/src/poppler-core/destname.cc
|
||||||
|
index 7177990..200c267 100644
|
||||||
|
--- src/poppler-core/destname.cc
|
||||||
|
+++ src/poppler-core/destname.cc
|
||||||
|
@@ -32,7 +32,7 @@
|
||||||
|
|
||||||
|
inline std::string goo_to_string (GooString *goo)
|
||||||
|
{
|
||||||
|
- return std::string {goo->getCString (),
|
||||||
|
+ return std::string {goo->c_str (),
|
||||||
|
static_cast<std::string::size_type>(goo->getLength ())};
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
# Template file for 'extractpdfmark'
|
# Template file for 'extractpdfmark'
|
||||||
pkgname=extractpdfmark
|
pkgname=extractpdfmark
|
||||||
version=1.0.3
|
version=1.0.3
|
||||||
revision=1
|
revision=2
|
||||||
build_wrksrc=build
|
build_wrksrc=build
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_script="../configure"
|
configure_script="../configure"
|
||||||
|
|||||||
Reference in New Issue
Block a user