svn commit: r529179 - head/cad/cura-engine/files

Diane Bruce db at FreeBSD.org
Thu Mar 26 12:25:32 UTC 2020


Author: db
Date: Thu Mar 26 12:00:40 2020
New Revision: 529179
URL: https://svnweb.freebsd.org/changeset/ports/529179

Log:
  Add the missing patches and unbreak build.

Added:
  head/cad/cura-engine/files/
  head/cad/cura-engine/files/patch-src_layerPart.cpp   (contents, props changed)
  head/cad/cura-engine/files/patch-src_support.cpp   (contents, props changed)

Added: head/cad/cura-engine/files/patch-src_layerPart.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/cad/cura-engine/files/patch-src_layerPart.cpp	Thu Mar 26 12:00:40 2020	(r529179)
@@ -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.
+ 

Added: head/cad/cura-engine/files/patch-src_support.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/cad/cura-engine/files/patch-src_support.cpp	Thu Mar 26 12:00:40 2020	(r529179)
@@ -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.
+ 


More information about the svn-ports-head mailing list