git: 26e0b956622e - 2023Q4 - graphics/colmap: fix build with ceres-solver-2.2.0.r1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 03 Nov 2023 21:24:33 UTC
The branch 2023Q4 has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=26e0b956622eaefdba0fbf1bfa63790482341c54 commit 26e0b956622eaefdba0fbf1bfa63790482341c54 Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2023-10-03 20:04:27 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-11-03 21:19:00 +0000 graphics/colmap: fix build with ceres-solver-2.2.0.r1 PR: 274200 Reported by: fuz (maintainer) See also: https://github.com/colmap/colmap/issues/1496 (cherry picked from commit 943d012d6dd00e22fe04f4a84400c11cd2bcac55) --- graphics/colmap/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/graphics/colmap/Makefile b/graphics/colmap/Makefile index e987e56dc394..c59c8f799e09 100644 --- a/graphics/colmap/Makefile +++ b/graphics/colmap/Makefile @@ -1,6 +1,6 @@ PORTNAME= colmap DISTVERSION= 3.8 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MAINTAINER= fuz@FreeBSD.org @@ -28,6 +28,7 @@ LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs \ USES= cmake compiler:${OPENMP}c++11-lib desktop-file-utils eigen:3 gl \ localbase python:env qt:5 sqlite +USE_CXXSTD= c++17 USE_GITHUB= yes USE_GL= gl glew USE_QT= core gui widgets buildtools:build opengl:build qmake:build