aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2023-10-03 20:04:27 +0000
committerRobert Clausecker <fuz@FreeBSD.org>2023-10-04 20:01:38 +0000
commit943d012d6dd00e22fe04f4a84400c11cd2bcac55 (patch)
tree4cd0d9d56e7d0968a3e6255b877f4fb01785e32a
parentb32bba6b239c7fe63266a04d2e5a6268d51beff7 (diff)
downloadports-943d012d6dd00e22fe04f4a84400c11cd2bcac55.tar.gz
ports-943d012d6dd00e22fe04f4a84400c11cd2bcac55.zip
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
-rw-r--r--graphics/colmap/Makefile3
1 files changed, 2 insertions, 1 deletions
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