summaryrefslogtreecommitdiff
path: root/math/openmesh/files/patch-src_OpenMesh_Apps_Smoothing_smooth.cc
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2020-08-27 11:25:47 +0000
committerRene Ladan <rene@FreeBSD.org>2020-08-27 11:25:47 +0000
commit09df8f4601b3653cf8971f4f25192685d2ee7322 (patch)
tree54e6a1db3f20f2f9dcd0222d5d8f9abfd2e6cedc /math/openmesh/files/patch-src_OpenMesh_Apps_Smoothing_smooth.cc
parent- Add LICENSE (diff)
Remove expired ports:
2020-08-26 audio/timidity++-tcltk: Broken for more than 6 months 2020-08-26 biology/pbcopper: Broken for more than 6 months 2020-08-26 devel/ace: Broken for more than 6 months 2020-08-26 devel/bin86: Broken for more than 6 months 2020-08-26 devel/erlang-oserl: Broken for more than 6 months 2020-08-20 emulators/qemu40: Please consider using qemu or qemu41 2020-08-26 games/linux-darwinia-demo: Broken for more than 6 months 2020-08-26 games/linux-defcon: Broken for more than 6 months 2020-08-26 games/linux-uplink-demo: Broken for more than 6 months 2020-08-26 games/xevil: Broken for more than 6 months 2020-08-26 games/xminesweep: Broken for more than 6 months 2020-08-26 graphics/backfract: Broken for more than 6 months 2020-08-26 japanese/kanjipad: Broken for more than 6 months 2020-08-26 japanese/xdtp: Broken for more than 6 months 2020-08-26 korean/hpscat: Broken for more than 6 months 2020-08-26 math/barvinok: Broken for more than 6 months 2020-08-26 math/openmesh: Broken for more than 6 months 2020-08-26 math/rehearse: Broken for more than 6 months 2020-08-26 net/hinfo: Broken for more than 6 months 2020-08-26 science/fleur: Broken for more than 6 months 2020-08-26 science/lm: Broken for more than 6 months 2020-08-26 security/ddos_scan: Broken for more than 6 months 2020-08-26 security/gag: Broken for more than 6 months 2020-08-26 security/py-keystone: Broken for more than 6 months 2020-08-26 sysutils/mono-kmod: mastersite disappeared, unfetchable 2020-08-26 x11-themes/gtk-cleanice-engine: Broken for more than 6 months 2020-08-26 x11-wm/aewm: Broken for more than 6 months
Diffstat (limited to 'math/openmesh/files/patch-src_OpenMesh_Apps_Smoothing_smooth.cc')
-rw-r--r--math/openmesh/files/patch-src_OpenMesh_Apps_Smoothing_smooth.cc12
1 files changed, 0 insertions, 12 deletions
diff --git a/math/openmesh/files/patch-src_OpenMesh_Apps_Smoothing_smooth.cc b/math/openmesh/files/patch-src_OpenMesh_Apps_Smoothing_smooth.cc
deleted file mode 100644
index b0c37cad7eb9..000000000000
--- a/math/openmesh/files/patch-src_OpenMesh_Apps_Smoothing_smooth.cc
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/OpenMesh/Apps/Smoothing/smooth.cc.orig 2018-10-21 23:39:56 UTC
-+++ src/OpenMesh/Apps/Smoothing/smooth.cc
-@@ -53,6 +53,9 @@
- #include <OpenMesh/Tools/Utils/Timer.hh>
- #include <OpenMesh/Tools/Smoother/JacobiLaplaceSmootherT.hh>
- #include <OpenMesh/Tools/Utils/getopt.h>
-+#if defined(__FreeBSD__)
-+#include <unistd.h>
-+#endif
-
-
- using namespace OpenMesh;