diff --git a/srcpkgs/cura-engine/patches/gcc13.patch b/srcpkgs/cura-engine/patches/gcc13.patch new file mode 100644 index 00000000000..2d3c8f850e6 --- /dev/null +++ b/srcpkgs/cura-engine/patches/gcc13.patch @@ -0,0 +1,10 @@ +--- a/src/utils/math.h ++++ b/src/utils/math.h +@@ -5,6 +5,7 @@ + #define UTILS_MATH_H + + #include ++#include + + + //c++11 no longer defines M_PI, so add our own constant. diff --git a/srcpkgs/cura-engine/template b/srcpkgs/cura-engine/template index 7ed8a207c08..599852312e6 100644 --- a/srcpkgs/cura-engine/template +++ b/srcpkgs/cura-engine/template @@ -1,7 +1,7 @@ # Template file for 'cura-engine' pkgname=cura-engine version=4.13.1 -revision=5 +revision=6 build_style=cmake configure_args="-DCURA_ENGINE_VERSION=${version}" hostmakedepends="protobuf git"