git: d28a8afb83d3 - main - misc/openmvg: enable on armv7

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Wed, 01 Dec 2021 12:56:00 UTC
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