oce: unbreak crossbuild
This commit is contained in:
parent
9c103a3359
commit
6880a83d2d
|
@ -2,7 +2,7 @@
|
|||
pkgname=oce
|
||||
_majorver=0.18
|
||||
version=${_majorver}.2
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="${pkgname}-OCE-${version}"
|
||||
build_style=cmake
|
||||
configure_args="-DOCE_INSTALL_PREFIX=/usr -DOCE_WITH_FREEIMAGE=ON
|
||||
|
@ -15,17 +15,6 @@ homepage="https://github.com/tpaviot/oce"
|
|||
distfiles="https://github.com/tpaviot/oce/archive/OCE-${version}.tar.gz"
|
||||
checksum=dc21ddea678a500ad87c773e9a502ed7a71768cf83d9af0bd4c43294186a7fef
|
||||
|
||||
case "${XBPS_TARGET_MACHINE}" in
|
||||
arm*)
|
||||
# error on linking with libTKMath.so or libTKMesh.so and tbb:
|
||||
# undefined reference to tbb::internal::allocate_root_proxy::allocate(unsigned int)
|
||||
broken=https://travis-ci.org/voidlinux/void-packages/jobs/136426588
|
||||
;;
|
||||
aarch*)
|
||||
broken="tbb required package is broken"
|
||||
;;
|
||||
esac
|
||||
|
||||
post_install() {
|
||||
vlicense OCCT_LGPL_EXCEPTION.txt
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue