opnsense-ports/cad/cura-engine/files/patch-src_support.cpp
Franco Fichtner dd84fca52c */*: sync with upstream
Taken from: FreeBSD
2022-08-05 10:59:11 +02:00

8 lines
228 B
C++

--- src/support.cpp.orig 2022-01-24 15:11:50 UTC
+++ src/support.cpp
@@ -1,3 +1,5 @@
+#undef __GNUC__
+#define __GNUC__ 9
//Copyright (c) 2021 Ultimaker B.V.
//CuraEngine is released under the terms of the AGPLv3 or higher.