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_support.cpp | |
parent | 71910f2089f8815979938fd4aba5a324e1cee3d2 (diff) | |
download | ports-da457d84bea74d66400f531b6432697cf33adb80.tar.gz ports-da457d84bea74d66400f531b6432697cf33adb80.zip |
Notes
Diffstat (limited to 'cad/cura-engine/files/patch-src_support.cpp')
-rw-r--r-- | cad/cura-engine/files/patch-src_support.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cad/cura-engine/files/patch-src_support.cpp b/cad/cura-engine/files/patch-src_support.cpp new file mode 100644 index 000000000000..ab6355fce883 --- /dev/null +++ b/cad/cura-engine/files/patch-src_support.cpp @@ -0,0 +1,8 @@ +--- src/support.cpp.orig 2020-03-17 23:31:20 UTC ++++ src/support.cpp +@@ -1,3 +1,5 @@ ++#undef __GNUC__ ++#define __GNUC__ 9 + //Copyright (c) 2019 Ultimaker B.V. + //CuraEngine is released under the terms of the AGPLv3 or higher. + |