mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
libgdal: rebuild against libpoppler.so.83
This commit is contained in:
parent
b000e8a9eb
commit
23cc1fd2ed
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libgdal'
|
# Template file for 'libgdal'
|
||||||
pkgname=libgdal
|
pkgname=libgdal
|
||||||
version=2.3.2
|
version=2.3.2
|
||||||
revision=5
|
revision=6
|
||||||
wrksrc="gdal-${version}"
|
wrksrc="gdal-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-liblzma --with-poppler"
|
configure_args="--with-liblzma --with-poppler"
|
||||||
|
@ -18,7 +18,8 @@ checksum=3f6d78fe8807d1d6afb7bed27394f19467840a82bc36d65e66316fa0aa9d32a4
|
||||||
subpackages="libgdal-devel libgdal-tools"
|
subpackages="libgdal-devel libgdal-tools"
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
find frmts/pdf -type f | xargs sed -e 's|GBool|bool|g' -e 's|gFalse|false|g' -i
|
# Fix for poppler changes on 0.72 and before
|
||||||
|
find frmts/pdf -type f | xargs sed -e 's|GBool|bool|g' -e 's|gFalse|false|g' -e 's|getCString|c_str|g' -i
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue