mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
Lucene++: rebuild for boost-1.58.
This commit is contained in:
parent
1528edd979
commit
b4906ada56
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'Lucene++'
|
# Template file for 'Lucene++'
|
||||||
pkgname=Lucene++
|
pkgname=Lucene++
|
||||||
version=3.0.7
|
version=3.0.7
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc=LucenePlusPlus-rel_$version
|
wrksrc=LucenePlusPlus-rel_$version
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="cmake"
|
hostmakedepends="cmake"
|
||||||
|
@ -13,6 +13,10 @@ homepage="https://github.com/luceneplusplus/LucenePlusPlus"
|
||||||
distfiles="https://github.com/luceneplusplus/LucenePlusPlus/archive/rel_${version}.tar.gz"
|
distfiles="https://github.com/luceneplusplus/LucenePlusPlus/archive/rel_${version}.tar.gz"
|
||||||
checksum=6c19f203311e4b44a0ccf7b1127db77436eb47159ea1c54f7531a0b1ca585e0c
|
checksum=6c19f203311e4b44a0ccf7b1127db77436eb47159ea1c54f7531a0b1ca585e0c
|
||||||
|
|
||||||
|
post_extract() {
|
||||||
|
sed -i 's/boost::get/boost::relaxed_get/' include/VariantUtils.h
|
||||||
|
}
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
# Disable tests
|
# Disable tests
|
||||||
echo > CMakeExternal.txt
|
echo > CMakeExternal.txt
|
||||||
|
|
Loading…
Add table
Reference in a new issue