mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
boomerang: rebuild for capstone-5.0.
This commit is contained in:
parent
95694003a9
commit
9a198887e8
1 changed files with 3 additions and 7 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'boomerang'
|
# Template file for 'boomerang'
|
||||||
pkgname=boomerang
|
pkgname=boomerang
|
||||||
version=0.5.2
|
version=0.5.2
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBOOMERANG_BUILD_REGRESSION_TESTS=TRUE"
|
configure_args="-DBOOMERANG_BUILD_REGRESSION_TESTS=FALSE"
|
||||||
make_check_target="check"
|
make_check_target="check"
|
||||||
hostmakedepends="flex qt5-devel python3"
|
hostmakedepends="flex qt5-devel python3"
|
||||||
makedepends="qt5-devel capstone-devel"
|
makedepends="qt5-devel capstone-devel"
|
||||||
|
@ -13,11 +13,7 @@ license="BSD-3-Clause"
|
||||||
homepage="https://github.com/BoomerangDecompiler/boomerang"
|
homepage="https://github.com/BoomerangDecompiler/boomerang"
|
||||||
distfiles="https://github.com/BoomerangDecompiler/boomerang/archive/v${version}.tar.gz"
|
distfiles="https://github.com/BoomerangDecompiler/boomerang/archive/v${version}.tar.gz"
|
||||||
checksum=1d2c9c2f5de1a3e1d5fe3879e82bca268d1c49e6ba3d0a7848695f18c594384d
|
checksum=1d2c9c2f5de1a3e1d5fe3879e82bca268d1c49e6ba3d0a7848695f18c594384d
|
||||||
|
make_check=no #https://github.com/BoomerangDecompiler/boomerang/issues/277
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
|
||||||
ppc64*) ;;
|
|
||||||
ppc*) broken="BinaryFile.h:45:5: error: expected unqualified-id before numeric constant"
|
|
||||||
esac
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
# Fails to build w/ qt5-5.15.0 because of deprecated functions warnings
|
# Fails to build w/ qt5-5.15.0 because of deprecated functions warnings
|
||||||
|
|
Loading…
Add table
Reference in a new issue