mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
0628704aae
Major update to 4.13.1 not 4.12 I've said it before and I'll say it again. This port should be a group effort but a cads porting team. I'd be happy to give up Maintainership as my only interest with cura was to get it into ports. PR: ports/255630 Reported by: unrelentingtech <greg@unrelenting.technology> Tested by: trombik1973@gmail.com
9 lines
228 B
C++
9 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.
|
|
|