diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2025-01-11 01:36:48 -0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2025-01-11 01:36:48 -0800 |
commit | 8377f46f68dc4487205ab18cb6a85cd9d5243030 (patch) | |
tree | 5cf54e260421a3adca53909fa130e6108388eea7 /math/curv/files/patch-libcurv_viewer_mesh.cc | |
parent | misc/py-pytorch: Broken on armv7 (diff) |
math/curv: Revert "math/curv: Fails to build with boost-1.85+ and GitHub repository is marked archived"
This reverts commit 84e07469e6efa150aca110c60072c98bcf52f00f.
Reported by: Thierry Thomas <thierry@freebsd.org>
Diffstat (limited to 'math/curv/files/patch-libcurv_viewer_mesh.cc')
-rw-r--r-- | math/curv/files/patch-libcurv_viewer_mesh.cc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/math/curv/files/patch-libcurv_viewer_mesh.cc b/math/curv/files/patch-libcurv_viewer_mesh.cc new file mode 100644 index 000000000000..8d0d213e8461 --- /dev/null +++ b/math/curv/files/patch-libcurv_viewer_mesh.cc @@ -0,0 +1,10 @@ +--- libcurv/viewer/mesh.cc.orig 2019-10-22 18:21:49 UTC ++++ libcurv/viewer/mesh.cc +@@ -2,6 +2,7 @@ + + #include <iostream> + #include <fstream> ++#include <sys/types.h> + + //#include "fs.h" + #include "geom.h" |