Adrian Schröter
30110a9aa1
- Fix build with GCC 8, add fix-gcc8-build-failure.patch - Add 0001-Use-GL_RGB32F-instead-of-GL_RGB32F_ARB.patch, fix building on AArch64. - Remove openmpi build dependencies, erroneously required for VTK previously. Drop 0001-find-openmpi2-include-files.patch OBS-URL: https://build.opensuse.org/request/show/676271 OBS-URL: https://build.opensuse.org/package/show/science/FreeCAD?expand=0&rev=61
23 lines
841 B
Diff
23 lines
841 B
Diff
From 5ff383b46ccb0645e890573e783f467068d2488d Mon Sep 17 00:00:00 2001
|
|
From: wmayer <wmayer@users.sourceforge.net>
|
|
Date: Fri, 2 Nov 2018 18:57:43 +0100
|
|
Subject: [PATCH] fix gcc8 build failure
|
|
|
|
---
|
|
src/3rdParty/salomesmesh/inc/StdMeshers_ProjectionUtils.hxx | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/src/3rdParty/salomesmesh/inc/StdMeshers_ProjectionUtils.hxx b/src/3rdParty/salomesmesh/inc/StdMeshers_ProjectionUtils.hxx
|
|
index d31e72147cd..f7f9d323149 100644
|
|
--- a/src/3rdParty/salomesmesh/inc/StdMeshers_ProjectionUtils.hxx
|
|
+++ b/src/3rdParty/salomesmesh/inc/StdMeshers_ProjectionUtils.hxx
|
|
@@ -30,7 +30,7 @@
|
|
|
|
#include "SMESH_StdMeshers.hxx"
|
|
|
|
-#include "SMDS_MeshElement.hxx"
|
|
+#include "SMDS_MeshNode.hxx"
|
|
|
|
#include <TopTools_DataMapOfShapeShape.hxx>
|
|
#include <TopTools_IndexedDataMapOfShapeListOfShape.hxx>
|