mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
papi: broken on ppc*-musl
This commit is contained in:
parent
d9815d8a24
commit
328a420006
1 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,10 @@ if [ -n "$CROSS_BUILD" ]; then
|
||||||
--with-CPU=${_ARCH} --with-arch=${_ARCH}"
|
--with-CPU=${_ARCH} --with-arch=${_ARCH}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
ppc*-musl) broken="requires non-standard __ppc_get_timebase_freq";;
|
||||||
|
esac
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense ../LICENSE.txt
|
vlicense ../LICENSE.txt
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue