diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2017-10-14 11:51:38 +0200 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2017-10-14 11:51:44 +0200 |
commit | d0542c3d63a9031a7142100a7802f4e94df99775 (patch) | |
tree | 74286af71eb014fbf79cdc85f4b9c9487e9d2b1f /libre/blender | |
parent | 23e2f7f1ed63388f2e3e0741b7661f1d0586f43d (diff) | |
download | abslibre-d0542c3d63a9031a7142100a7802f4e94df99775.tar.gz abslibre-d0542c3d63a9031a7142100a7802f4e94df99775.tar.bz2 abslibre-d0542c3d63a9031a7142100a7802f4e94df99775.zip |
libre/blender: rebuilt against updated boost
Diffstat (limited to 'libre/blender')
-rw-r--r-- | libre/blender/PKGBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/libre/blender/PKGBUILD b/libre/blender/PKGBUILD index 76c8a5aed..2b40070d6 100644 --- a/libre/blender/PKGBUILD +++ b/libre/blender/PKGBUILD @@ -12,14 +12,14 @@ # or simply roll with a new version. I usually choose the latter when the former seems # unreasonable. -# _gittag=v2.79-rc2 -_gitcommit=3c3d0898b0c1a1d7da70f4a1778d4360b3cfe5c8 +_gittag=v2.79 +#_gitcommit=3c3d0898b0c1a1d7da70f4a1778d4360b3cfe5c8 pkgbase='blender' pkgname=("${pkgbase}" "${pkgbase}-addon-gimp" "${pkgbase}-addon-povray") pkgver=2.79rc2 #[[ -n $_gitcommit ]] && pkgver=${pkgver}.git1.${_gitcommit} -pkgrel='2.parabola1' +pkgrel='5.parabola1' epoch='17' pkgdesc='A fully integrated 3D graphics creation suite, without nonfree CUDA support' @@ -89,6 +89,8 @@ build() { [[ "${CARCH}" = 'x86_64' || "${CARCH}" = 'i686' ]] && \ _SSE='ON' _SSE2='ON' || _SSE='OFF' _SSE2='OFF' + export CFLAGS="${CFLAGS} -DOPENVDB_3_ABI_COMPATIBLE" + export CXXFLAGS="${CXXFLAGS} -DOPENVDB_3_ABI_COMPATIBLE" cmake -C../build_files/cmake/config/blender_release.cmake .. \ -DCMAKE_INSTALL_PREFIX='/usr' \ -DCMAKE_BUILD_TYPE=Release \ |