From 0282eec66d75964fe1bc42fdc4e64de7ac984f8e Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Tue, 13 Jun 2017 19:45:52 +0200 Subject: [PATCH] libogre: freeimage broken on aarch64 --- srcpkgs/libogre/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/libogre/template b/srcpkgs/libogre/template index 9a738e60a25..3ca31fd5332 100644 --- a/srcpkgs/libogre/template +++ b/srcpkgs/libogre/template @@ -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