From cdbdb979090217b37e35652495f552f1ccd6911e Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Thu, 25 Mar 2021 01:00:29 +0000 Subject: Re-add port: math/openmesh: Update 8.0 -> 8.1 --- .../files/patch-src_OpenMesh_Apps_Smoothing_smooth.cc | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 math/openmesh/files/patch-src_OpenMesh_Apps_Smoothing_smooth.cc (limited to 'math/openmesh/files/patch-src_OpenMesh_Apps_Smoothing_smooth.cc') diff --git a/math/openmesh/files/patch-src_OpenMesh_Apps_Smoothing_smooth.cc b/math/openmesh/files/patch-src_OpenMesh_Apps_Smoothing_smooth.cc new file mode 100644 index 000000000000..cd8a76ebfddf --- /dev/null +++ b/math/openmesh/files/patch-src_OpenMesh_Apps_Smoothing_smooth.cc @@ -0,0 +1,12 @@ +--- src/OpenMesh/Apps/Smoothing/smooth.cc.orig 2020-03-12 13:55:53 UTC ++++ src/OpenMesh/Apps/Smoothing/smooth.cc +@@ -48,6 +48,9 @@ + #include + #include + #include ++#if defined(__FreeBSD__) ++#include ++#endif + + + using namespace OpenMesh; -- cgit v1.2.3