mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
libogre: unbreak arm + aarch64, add license
This commit is contained in:
parent
fc1ddb1a5d
commit
b52c4d0a5c
1 changed files with 2 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'ogre'
|
# Template file for 'ogre'
|
||||||
pkgname=libogre
|
pkgname=libogre
|
||||||
version=1.9.0
|
version=1.9.0
|
||||||
revision=11
|
revision=12
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
_hgrev=108ab0bcc69603dba32c0ffd4bbbc39051f421c9
|
_hgrev=108ab0bcc69603dba32c0ffd4bbbc39051f421c9
|
||||||
configure_args="-DCMAKE_INSTALL_PREFIX=/usr \
|
configure_args="-DCMAKE_INSTALL_PREFIX=/usr \
|
||||||
|
@ -26,13 +26,10 @@ make_build_target="all OgreDoc"
|
||||||
|
|
||||||
CXXFLAGS="-fcheck-new -fno-delete-null-pointer-checks -fno-lifetime-dse"
|
CXXFLAGS="-fcheck-new -fno-delete-null-pointer-checks -fno-lifetime-dse"
|
||||||
|
|
||||||
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
|
||||||
|
vlicense COPYING
|
||||||
}
|
}
|
||||||
|
|
||||||
libogre-devel_package() {
|
libogre-devel_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue