mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-18 23:27:01 +02:00
cparser: also broken on 32-bit ppc
This commit is contained in:
parent
8bfd40d9b8
commit
4ea57adcd2
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ distfiles="https://github.com/MatzeB/cparser/archive/cparser-${version}.tar.gz"
|
|||
checksum=0965aa23d8ed7d4cce309806fec2d2c18ad20a74a084340baed0dc874b24175b
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
aarch64*|ppc64*) broken="requires broken libfirm" ;;
|
||||
aarch64*|ppc*) broken="requires broken libfirm" ;;
|
||||
esac
|
||||
|
||||
post_extract() {
|
||||
|
|
Loading…
Add table
Reference in a new issue