simgear: broken for aarch64-musl (ICE)
This commit is contained in:
parent
297e327b78
commit
8a241965b2
1 changed files with 6 additions and 0 deletions
|
@ -17,3 +17,9 @@ checksum=5514fd0006bbfcdbdc0e2dab7da41eae491ea03a6246cc6a009590032b2fc1dc
|
||||||
|
|
||||||
# Suppress warnings regarding auto_ptr
|
# Suppress warnings regarding auto_ptr
|
||||||
CXXFLAGS="-Wno-deprecated-declarations"
|
CXXFLAGS="-Wno-deprecated-declarations"
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
aarch64-musl)
|
||||||
|
broken="ICE: http://build.voidlinux.eu/builders/aarch64-musl_builder/builds/29/steps/shell_3/logs/stdio"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue