aboutsummaryrefslogtreecommitdiffstats
path: root/testing/opensubdiv/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/opensubdiv/APKBUILD')
-rw-r--r--testing/opensubdiv/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/opensubdiv/APKBUILD b/testing/opensubdiv/APKBUILD
index 0cd1421d621..8a4219dce16 100644
--- a/testing/opensubdiv/APKBUILD
+++ b/testing/opensubdiv/APKBUILD
@@ -4,7 +4,7 @@ pkgname=opensubdiv
_pkgname=OpenSubdiv
pkgver=3.0.5
_pkgver=${pkgver//./_}
-pkgrel=4
+pkgrel=5
pkgdesc="An Open-Source subdivision surface library"
url="http://graphics.pixar.com/opensubdiv"
arch="all"
@@ -19,7 +19,7 @@ build() {
cd "$builddir"/build
cmake .. \
- -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_SKIP_RPATH=TRUE \
-DCMAKE_C_FLAGS="$CFLAGS" \