Skip to content

Commit

Permalink
graphics/colmap: fix build with ceres-solver-2.2.0.r1
Browse files Browse the repository at this point in the history
PR:		274200
Reported by:	fuz (maintainer)
See also:	colmap/colmap#1496
  • Loading branch information
thierry-FreeBSD authored and clausecker committed Oct 4, 2023
1 parent b32bba6 commit 943d012
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion graphics/colmap/Makefile
@@ -1,6 +1,6 @@
PORTNAME= colmap
DISTVERSION= 3.8
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= graphics

MAINTAINER= fuz@FreeBSD.org
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 943d012

Please sign in to comment.