mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
cura-engine: remove obsolete fix
This commit is contained in:
parent
d8d50ab356
commit
a046c6257f
1 changed files with 1 additions and 3 deletions
|
@ -4,7 +4,7 @@ version=3.3.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="CuraEngine-${version}"
|
wrksrc="CuraEngine-${version}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DCURA_ENGINE_VERSION:STRING=${version}"
|
configure_args="-DCURA_ENGINE_VERSION=${version}"
|
||||||
hostmakedepends="protobuf"
|
hostmakedepends="protobuf"
|
||||||
makedepends="libArcus-devel libgomp-devel protobuf-devel"
|
makedepends="libArcus-devel libgomp-devel protobuf-devel"
|
||||||
short_desc="Engine for processing 3D models into GCode"
|
short_desc="Engine for processing 3D models into GCode"
|
||||||
|
@ -14,8 +14,6 @@ homepage="https://github.com/Ultimaker/CuraEngine"
|
||||||
distfiles="https://github.com/Ultimaker/CuraEngine/archive/${version}.tar.gz"
|
distfiles="https://github.com/Ultimaker/CuraEngine/archive/${version}.tar.gz"
|
||||||
checksum=a8fd7deb505771d2e7cf3a2c2d7e78479f59e001a990374ed505030804dc71fc
|
checksum=a8fd7deb505771d2e7cf3a2c2d7e78479f59e001a990374ed505030804dc71fc
|
||||||
|
|
||||||
CXXFLAGS="-D_GLIBCXX_USE_C99_STDIO=1 -D_GLIBCXX_USE_C99_STDLIB=1"
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue