community/openshadinglanguage to 1.5.12-5

This commit is contained in:
Kevin Mihelich 2015-04-28 12:26:01 +00:00
parent ac853aad50
commit 7c23bffb9b

View file

@ -7,7 +7,7 @@
pkgname=openshadinglanguage
pkgver=1.5.12
pkgrel=4
pkgrel=5
pkgdesc="Advanced shading language for production GI renderers"
arch=(i686 x86_64)
url="https://github.com/imageworks/OpenShadingLanguage"
@ -45,7 +45,7 @@ build() {
-DCMAKE_INSTALL_PREFIX=/usr \
-DLLVM_STATIC=1 ${BITCODE} \
-DSTOP_ON_WARNING=0 \
-DCMAKE_CXX_FLAGS="-std=c++11"
-DCMAKE_CXX_FLAGS="-Wno-error=array-bounds -std=c++11"
make
}