libogre: freeimage broken on aarch64
This commit is contained in:
parent
d19cd3cd4c
commit
0282eec66d
|
@ -28,6 +28,10 @@ if [ ${XBPS_GCC_VERSION_MAJOR} -gt 5 ]; then
|
|||
CXXFLAGS="-fcheck-new -fno-delete-null-pointer-checks -fno-lifetime-dse"
|
||||
fi
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
aarch64*) broken="https://build.voidlinux.eu/builders/aarch64_builder/builds/3248/steps/shell_3/logs/stdio";;
|
||||
esac
|
||||
|
||||
post_install() {
|
||||
vmkdir /usr/share/doc
|
||||
vcopy build/Docs /usr/share/doc/libogre
|
||||
|
|
Loading…
Reference in New Issue