aboutsummaryrefslogtreecommitdiffstats
path: root/testing/openscenegraph
diff options
context:
space:
mode:
Diffstat (limited to 'testing/openscenegraph')
-rw-r--r--testing/openscenegraph/APKBUILD5
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() {