Merge pull request #7795 from yopito/oce.crossbuild

oce: unbreak crossbuild
This commit is contained in:
Enno Boland 2017-09-26 10:34:10 +02:00 committed by GitHub
commit 2b9df68367
1 changed files with 1 additions and 12 deletions

View File

@ -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
}