diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-03-25 01:00:29 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-03-25 01:00:29 +0000 |
commit | cdbdb979090217b37e35652495f552f1ccd6911e (patch) | |
tree | 5b5c17821c8ae8615233bb6af49e9f983dd0a3ea /math/openmesh/files/patch-src_OpenMesh_Apps_Decimating_decimaterviewer.cc | |
parent | x11-servers/xwayland-devel: update to 1.20.0.877 (diff) |
Re-add port: math/openmesh: Update 8.0 -> 8.1
Diffstat (limited to 'math/openmesh/files/patch-src_OpenMesh_Apps_Decimating_decimaterviewer.cc')
-rw-r--r-- | math/openmesh/files/patch-src_OpenMesh_Apps_Decimating_decimaterviewer.cc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/math/openmesh/files/patch-src_OpenMesh_Apps_Decimating_decimaterviewer.cc b/math/openmesh/files/patch-src_OpenMesh_Apps_Decimating_decimaterviewer.cc new file mode 100644 index 000000000000..7870d8bf725a --- /dev/null +++ b/math/openmesh/files/patch-src_OpenMesh_Apps_Decimating_decimaterviewer.cc @@ -0,0 +1,12 @@ +--- src/OpenMesh/Apps/Decimating/decimaterviewer.cc.orig 2020-03-12 13:55:53 UTC ++++ src/OpenMesh/Apps/Decimating/decimaterviewer.cc +@@ -44,6 +44,9 @@ + #ifdef _MSC_VER + # pragma warning(disable: 4267 4311) + #endif ++#if defined(__FreeBSD__) ++#include <unistd.h> ++#endif + + #include <iostream> + #include <fstream> |