git: 943d012d6dd0 - main - graphics/colmap: fix build with ceres-solver-2.2.0.r1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 04 Oct 2023 20:03:03 UTC
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=943d012d6dd00e22fe04f4a84400c11cd2bcac55 commit 943d012d6dd00e22fe04f4a84400c11cd2bcac55 Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2023-10-03 20:04:27 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-10-04 20:01:38 +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 --- 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