aboutsummaryrefslogtreecommitdiffstats
path: root/testing/openimageio
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-10-05 06:44:19 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-10-05 06:44:19 +0000
commite497a843a5a4daf9108f1cf59e82a9a19d9356ad (patch)
treef445e22ba9d22d055ecd10f54b4050f91cee68b5 /testing/openimageio
parent1ef303f721298df54284b788892568e1f75dc4ad (diff)
downloadaports-e497a843a5a4daf9108f1cf59e82a9a19d9356ad.tar.bz2
aports-e497a843a5a4daf9108f1cf59e82a9a19d9356ad.tar.xz
testing/openimageio: buildfix, disable -Werror
Diffstat (limited to 'testing/openimageio')
-rw-r--r--testing/openimageio/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/openimageio/APKBUILD b/testing/openimageio/APKBUILD
index c54cce535d..ebf051ca6f 100644
--- a/testing/openimageio/APKBUILD
+++ b/testing/openimageio/APKBUILD
@@ -32,6 +32,7 @@ build() {
-DCMAKE_INSTALL_LIBDIR=lib \
-DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
-DCMAKE_SKIP_RPATH=ON \
+ -DSTOP_ON_WARNING=OFF \
-DOIIO_BUILD_TESTS=OFF \
-DOIIO_BUILD_TOOLS=ON \
-DINSTALL_FONTS=OFF