aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-11-27 22:48:35 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-11-27 22:48:35 +0000
commit0921faba3199a18b6ec2f1cd4856434957f6b9fb (patch)
treeeef3b03bf6ceeb174543a7379ccd73e41303c78c
parentcffcd6e7c7cff66bbfc2f825b51e440e0987ccd4 (diff)
downloadports-0921faba3199a18b6ec2f1cd4856434957f6b9fb.tar.gz
ports-0921faba3199a18b6ec2f1cd4856434957f6b9fb.zip
MFH: r556461
misc/openmvg: fix build on powerpc64 Builds fine. Approved by: portmgr (fix build blanket)
Notes
Notes: svn path=/branches/2020Q4/; revision=556462
-rw-r--r--misc/openmvg/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/openmvg/Makefile b/misc/openmvg/Makefile
index bdf9116ac162..eaf6ee8a36b5 100644
--- a/misc/openmvg/Makefile
+++ b/misc/openmvg/Makefile
@@ -11,7 +11,7 @@ COMMENT= Multiple View Geometry (MVG) library
LICENSE= MPL20
LICENSE_FILE= ${WRKSRC}/../LICENSE
-ONLY_FOR_ARCHS= amd64 i386
+ONLY_FOR_ARCHS= amd64 i386 powerpc64
ONLY_FOR_ARCHS_REASON= need to figure out which TARGET_ARCHITECTURE values correspond to other architectures, plus "generic" is broken
LIB_DEPENDS= libflann_cpp.so:math/flann \
@@ -20,7 +20,7 @@ LIB_DEPENDS= libflann_cpp.so:math/flann \
libtiff.so:graphics/tiff
LIB_DEPENDS+= liblz4.so:archivers/liblz4 # workaround for https://github.com/openMVG/openMVG/issues/1798
-USES= cmake eigen:3 jpeg qt:5
+USES= cmake compiler:c++11-lang eigen:3 jpeg qt:5
USE_GITHUB= yes
GH_ACCOUNT= openMVG
GH_PROJECT= openMVG