aboutsummaryrefslogtreecommitdiff
path: root/graphics/colmap
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2019-04-22 17:37:56 +0000
committerJan Beich <jbeich@FreeBSD.org>2019-04-22 17:37:56 +0000
commit6df9e8ff12aa431579b4c6e9bc1d0b8dbb82e70d (patch)
tree3fb28972c9cc8abfc778218d24ceef822354fb5e /graphics/colmap
parent3a2688e8d9718c78c010301145c58fe27197f058 (diff)
downloadports-6df9e8ff12aa431579b4c6e9bc1d0b8dbb82e70d.tar.gz
ports-6df9e8ff12aa431579b4c6e9bc1d0b8dbb82e70d.zip
math/ceres-solver: drop GCC RPATH after r499061
USES=fortran was used to ensure linking against libceres picks up correct libgcc_s to satisfy dependencies e.g., suitesparse, *blas.
Notes
Notes: svn path=/head/; revision=499661
Diffstat (limited to 'graphics/colmap')
-rw-r--r--graphics/colmap/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/colmap/Makefile b/graphics/colmap/Makefile
index 59520837b143..38dfcd56b122 100644
--- a/graphics/colmap/Makefile
+++ b/graphics/colmap/Makefile
@@ -24,7 +24,7 @@ LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs \
libfreeimage.so:graphics/freeimage \
libceres.so:math/ceres-solver
-USES= cmake compiler:${OPENMP}c++11-lib eigen:3 fortran localbase qt:5 sqlite
+USES= cmake compiler:${OPENMP}c++11-lib eigen:3 localbase qt:5 sqlite
USE_GITHUB= yes
USE_GL= gl glew
USE_QT= qmake_build buildtools_build core gui opengl_build widgets