Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Mar 2020 12:00:40 +0000 (UTC)
From:      Diane Bruce <db@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r529179 - head/cad/cura-engine/files
Message-ID:  <202003261200.02QC0eQ0009763@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.
+ 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003261200.02QC0eQ0009763>