mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/blender to 4.1.0-2
This commit is contained in:
parent
10ac380df1
commit
098439a2c0
2 changed files with 5 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = blender
|
pkgbase = blender
|
||||||
pkgdesc = A fully integrated 3D graphics creation suite
|
pkgdesc = A fully integrated 3D graphics creation suite
|
||||||
pkgver = 4.1.0
|
pkgver = 4.1.0
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
epoch = 17
|
epoch = 17
|
||||||
url = https://www.blender.org
|
url = https://www.blender.org
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
|
|
@ -18,7 +18,7 @@ buildarch=8
|
||||||
|
|
||||||
pkgname=blender
|
pkgname=blender
|
||||||
pkgver=4.1.0
|
pkgver=4.1.0
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
epoch=17
|
epoch=17
|
||||||
pkgdesc="A fully integrated 3D graphics creation suite"
|
pkgdesc="A fully integrated 3D graphics creation suite"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -150,6 +150,9 @@ _get_pyver() {
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
# This should fix #13.
|
||||||
|
export CXXFLAGS=${CXXFLAGS/-Wp,-D_GLIBCXX_ASSERTIONS/}
|
||||||
|
|
||||||
local cmake_options=(
|
local cmake_options=(
|
||||||
-B build
|
-B build
|
||||||
-C "$pkgname/build_files/cmake/config/blender_release.cmake"
|
-C "$pkgname/build_files/cmake/config/blender_release.cmake"
|
||||||
|
|
Loading…
Reference in a new issue