summaryrefslogtreecommitdiff
path: root/math/curv/files/patch-libcurv_viewer_mesh.cc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* math/curv: Revert "math/curv: Fails to build with boost-1.85+ and GitHub ↵Yuri Victorovich2025-01-111-0/+10
| | | | | | | | repository is marked archived" This reverts commit 84e07469e6efa150aca110c60072c98bcf52f00f. Reported by: Thierry Thomas <thierry@freebsd.org>
* math/curv: Fails to build with boost-1.85+ and GitHub repository is marked ↵Yuri Victorovich2025-01-101-10/+0
| | | | archived
* math/curv: fix build on GCC architecturesPiotr Kubaj2019-11-271-0/+10
libcurv/geom/viewer/fbo.cc, libcurv/geom/viewer/mesh.cc, libcurv/geom/viewer/text.cc and libcurv/geom/viewer/vertexLayout.cc need to include sys/types.h to make uint type known. /wrkdirs/usr/ports/math/curv/work/curv-0.4-127-g3caf3068/libcurv/geom/viewer/fbo.cc:42:26: error: 'uint' does not name a type; did you mean 'int'? PR: 241418 Approved by: linimon (mentor), yuri (maintainer) Notes: svn path=/head/; revision=518528