mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 09:22:57 +02:00
libogre: freeimage broken on aarch64
This commit is contained in:
parent
d19cd3cd4c
commit
0282eec66d
1 changed files with 4 additions and 0 deletions
|
@ -28,6 +28,10 @@ if [ ${XBPS_GCC_VERSION_MAJOR} -gt 5 ]; then
|
||||||
CXXFLAGS="-fcheck-new -fno-delete-null-pointer-checks -fno-lifetime-dse"
|
CXXFLAGS="-fcheck-new -fno-delete-null-pointer-checks -fno-lifetime-dse"
|
||||||
fi
|
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() {
|
post_install() {
|
||||||
vmkdir /usr/share/doc
|
vmkdir /usr/share/doc
|
||||||
vcopy build/Docs /usr/share/doc/libogre
|
vcopy build/Docs /usr/share/doc/libogre
|
||||||
|
|
Loading…
Add table
Reference in a new issue