libogre: broken on musl
This commit is contained in:
parent
0a8b518326
commit
0eb674e46c
|
@ -24,6 +24,10 @@ make_build_target="all OgreDoc"
|
|||
wrksrc=ogre-$version
|
||||
|
||||
CXXFLAGS="-fcheck-new -fno-delete-null-pointer-checks -fno-lifetime-dse"
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) broken="https://build.voidlinux.eu/builders/x86_64-musl_builder/builds/9369/steps/shell_3/logs/stdio"
|
||||
esac
|
||||
|
||||
|
||||
post_install() {
|
||||
vmkdir /usr/share/doc
|
||||
|
|
Loading…
Reference in New Issue
Block a user