libogre: freeimage broken on aarch64

This commit is contained in:
Alessio Sergi 2017-06-13 19:45:52 +02:00
parent d19cd3cd4c
commit 0282eec66d
1 changed files with 4 additions and 0 deletions

View File

@ -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