cura-engine: update to 3.1.0.
This commit is contained in:
parent
de4f563c6e
commit
2447a31bfe
1 changed files with 2 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'cura-engine'
|
||||
pkgname=cura-engine
|
||||
version=3.0.3
|
||||
version=3.1.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
wrksrc="CuraEngine-${version}"
|
||||
|
@ -13,15 +13,10 @@ maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
|
|||
license="AGPL-3"
|
||||
homepage="https://github.com/Ultimaker/CuraEngine"
|
||||
distfiles="https://github.com/Ultimaker/CuraEngine/archive/${version}.tar.gz"
|
||||
checksum=a8e9b99b42844dce1516c21e4d46bc40e17afbb3abec9ef92f3bb352d3cb12fb
|
||||
checksum=9df6060b6113f0f2ca2292a5365ce616cd00f412b13122863445e623b0fcd756
|
||||
|
||||
CXXFLAGS="-D_GLIBCXX_USE_C99_STDIO=1 -D_GLIBCXX_USE_C99_STDLIB=1"
|
||||
|
||||
pre_configure() {
|
||||
# Can't link against libstdc++.a because of R_X86_64_32 relocations
|
||||
sed -i CMakeLists.txt -e"s; -static-libstdc++;;"
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue