mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
cura-engine: rebuild for protobuf, grpc
This commit is contained in:
parent
c3259c9cd5
commit
40497c05c8
2 changed files with 11 additions and 1 deletions
10
srcpkgs/cura-engine/patches/gcc13.patch
Normal file
10
srcpkgs/cura-engine/patches/gcc13.patch
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
--- a/src/utils/math.h
|
||||||
|
+++ b/src/utils/math.h
|
||||||
|
@@ -5,6 +5,7 @@
|
||||||
|
#define UTILS_MATH_H
|
||||||
|
|
||||||
|
#include <cmath>
|
||||||
|
+#include <cstdint>
|
||||||
|
|
||||||
|
|
||||||
|
//c++11 no longer defines M_PI, so add our own constant.
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'cura-engine'
|
# Template file for 'cura-engine'
|
||||||
pkgname=cura-engine
|
pkgname=cura-engine
|
||||||
version=4.13.1
|
version=4.13.1
|
||||||
revision=5
|
revision=6
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DCURA_ENGINE_VERSION=${version}"
|
configure_args="-DCURA_ENGINE_VERSION=${version}"
|
||||||
hostmakedepends="protobuf git"
|
hostmakedepends="protobuf git"
|
||||||
|
|
Loading…
Add table
Reference in a new issue