From da457d84bea74d66400f531b6432697cf33adb80 Mon Sep 17 00:00:00 2001 From: Diane Bruce Date: Thu, 26 Mar 2020 12:00:40 +0000 Subject: Add the missing patches and unbreak build. --- cad/cura-engine/files/patch-src_layerPart.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 cad/cura-engine/files/patch-src_layerPart.cpp (limited to 'cad/cura-engine/files/patch-src_layerPart.cpp') diff --git a/cad/cura-engine/files/patch-src_layerPart.cpp b/cad/cura-engine/files/patch-src_layerPart.cpp new file mode 100644 index 000000000000..e80ac0586afb --- /dev/null +++ b/cad/cura-engine/files/patch-src_layerPart.cpp @@ -0,0 +1,8 @@ +--- src/layerPart.cpp.orig 2020-03-17 23:31:49 UTC ++++ src/layerPart.cpp +@@ -1,3 +1,5 @@ ++#undef __GNUC__ ++#define __GNUC__ 9 + //Copyright (c) 2018 Ultimaker B.V. + //CuraEngine is released under the terms of the AGPLv3 or higher. + -- cgit v1.2.3