Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Nov 2020 22:47:47 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r556461 - head/misc/openmvg
Message-ID:  <202011272247.0ARMllT7003987@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Fri Nov 27 22:47:47 2020
New Revision: 556461
URL: https://svnweb.freebsd.org/changeset/ports/556461

Log:
  misc/openmvg: fix build on powerpc64
  
  Builds fine.
  
  MFH:		2020Q4 (fix build blanket)

Modified:
  head/misc/openmvg/Makefile

Modified: head/misc/openmvg/Makefile
==============================================================================
--- head/misc/openmvg/Makefile	Fri Nov 27 22:16:46 2020	(r556460)
+++ head/misc/openmvg/Makefile	Fri Nov 27 22:47:47 2020	(r556461)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011272247.0ARMllT7003987>