Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Dec 2021 12:56:00 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d28a8afb83d3 - main - misc/openmvg: enable on armv7
Message-ID:  <202112011256.1B1Cu0kK078923@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d28a8afb83d3579389076518b44fbed518e21729

commit d28a8afb83d3579389076518b44fbed518e21729
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-12-01 12:48:42 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2021-12-01 12:48:42 +0000

    misc/openmvg: enable on armv7
---
 misc/openmvg/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/misc/openmvg/Makefile b/misc/openmvg/Makefile
index 1058f26a8b66..658aa6ba1f01 100644
--- a/misc/openmvg/Makefile
+++ b/misc/openmvg/Makefile
@@ -9,7 +9,7 @@ COMMENT=	Multiple View Geometry (MVG) library
 LICENSE=	MPL20
 LICENSE_FILE=	${WRKSRC}/../LICENSE
 
-ONLY_FOR_ARCHS=	amd64 i386 powerpc64 powerpc64le
+ONLY_FOR_ARCHS=	amd64 armv7 i386 powerpc64 powerpc64le
 ONLY_FOR_ARCHS_REASON=	need to figure out which TARGET_ARCHITECTURE values correspond to other architectures, plus "generic" is broken
 
 #HPP_DEPENDS=	cereal>0:devel/cereal # external cereal is currently broken, see https://github.com/openMVG/openMVG/issues/1963



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