libogre: broken on armv6

This commit is contained in:
Enno Boland 2018-04-17 10:47:23 +02:00
parent 42e20dfaca
commit 2116c33fc7
No known key found for this signature in database
GPG Key ID: D09964719BDE9971
1 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,10 @@ checksum=ff2e666201c1dfddee2fe53ba4825f19385eb3b0d4ad8c3872d8084076826d8d
make_build_target="all OgreDoc"
wrksrc=ogre-$version
case "$XBPS_TARGET_MACHINE" in
armv6*) broken="https://build.voidlinux.eu/builders/armv6l_builder/builds/9135/steps/shell_3/logs/stdio"
esac
CXXFLAGS="-fcheck-new -fno-delete-null-pointer-checks -fno-lifetime-dse"
post_install() {