ndctl: Mark as broken on ppc
This commit is contained in:
parent
1e3f95f5d1
commit
5a3d1c7996
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@ distfiles="https://github.com/pmem/ndctl/archive/v${version}.tar.gz"
|
|||
checksum=c9822c46f6b366427da8ae9cb6f9706fa88ee7e33e91c273e325d9f0666998ac
|
||||
conf_files="/etc/ndctl/monitor.conf"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
ppc|ppc-musl) broken="broken on ppc" ;;
|
||||
esac
|
||||
|
||||
pre_configure() {
|
||||
./autogen.sh
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue