diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-05-04 13:39:38 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-05-04 13:39:38 +0000 |
commit | 943b5e88f1bef51fdfa08a080b3bfda2405ae0ae (patch) | |
tree | 1b2bd1013ee1d37d0c089fbaaf56117cea4ead3a /testing/openscenegraph | |
parent | ee7342c0465a130911ff5cc5f95987f3e998f11d (diff) | |
download | aports-943b5e88f1bef51fdfa08a080b3bfda2405ae0ae.tar.bz2 aports-943b5e88f1bef51fdfa08a080b3bfda2405ae0ae.tar.xz |
testing/openscenegraph: disable on ppc64le for now
In file included from /usr/include/pthread.h:30:0,
from src/OpenSceneGraph-3.4.0/src/OpenThreads/pthreads/PThread.cpp:23:
src/OpenSceneGraph-3.4.0/src/OpenThreads/pthreads/PThread.cpp: In static member function 'static void* OpenThreads::ThreadPrivateActions::StartThread(void*)':
src/OpenSceneGraph-3.4.0/src/OpenThreads/pthreads/PThread.cpp:140:13: error: 'memset' was not declared in this scope
CPU_ZERO( &cpumask );
Diffstat (limited to 'testing/openscenegraph')
-rw-r--r-- | testing/openscenegraph/APKBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/testing/openscenegraph/APKBUILD b/testing/openscenegraph/APKBUILD index 940b055a60..4051fce35f 100644 --- a/testing/openscenegraph/APKBUILD +++ b/testing/openscenegraph/APKBUILD @@ -1,10 +1,10 @@ # Maintainer: Leonardo Arena <rnalrd@alpinelinux.org> pkgname=openscenegraph pkgver=3.4.0 -pkgrel=3 +pkgrel=4 pkgdesc="High performance 3D graphics toolkit" url="https://openscenegraph.org" -arch="all" +arch="all !ppc64le" license="Custom" depends= depends_dev= @@ -15,7 +15,6 @@ subpackages="$pkgname-dev $pkgname-doc" source="http://trac.openscenegraph.org/downloads/developer_releases/OpenSceneGraph-$pkgver.zip musl-fixes.patch " - builddir="$srcdir"/OpenSceneGraph-$pkgver prepare() { |