diff options
author | Diane Bruce <db@FreeBSD.org> | 2020-03-26 12:00:40 +0000 |
---|---|---|
committer | Diane Bruce <db@FreeBSD.org> | 2020-03-26 12:00:40 +0000 |
commit | da457d84bea74d66400f531b6432697cf33adb80 (patch) | |
tree | d2e58f6eab6d66e94651842b5272d8af96440a68 /cad/cura-engine/files/patch-src_layerPart.cpp | |
parent | - Update to 1.0.5 (diff) |
Add the missing patches and unbreak build.
Diffstat (limited to 'cad/cura-engine/files/patch-src_layerPart.cpp')
-rw-r--r-- | cad/cura-engine/files/patch-src_layerPart.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
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. + |