mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
boomerang: broken on ppc32
This commit is contained in:
parent
d6ee533b81
commit
f11eef3880
1 changed files with 5 additions and 0 deletions
|
@ -15,6 +15,11 @@ 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
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
ppc64*) ;;
|
||||||
|
ppc*) broken="BinaryFile.h:45:5: error: expected unqualified-id before numeric constant"
|
||||||
|
esac
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.TERMS
|
vlicense LICENSE.TERMS
|
||||||
rm ${DESTDIR}/usr/share/boomerang/LICENSE.TERMS
|
rm ${DESTDIR}/usr/share/boomerang/LICENSE.TERMS
|
||||||
|
|
Loading…
Add table
Reference in a new issue