svn commit: r568014 - head/misc/openmvg

Piotr Kubaj pkubaj at FreeBSD.org
Wed Mar 10 16:28:25 UTC 2021


Author: pkubaj
Date: Wed Mar 10 16:28:25 2021
New Revision: 568014
URL: https://svnweb.freebsd.org/changeset/ports/568014

Log:
  misc/openmvg: enable on powerpc64le

Modified:
  head/misc/openmvg/Makefile

Modified: head/misc/openmvg/Makefile
==============================================================================
--- head/misc/openmvg/Makefile	Wed Mar 10 16:09:46 2021	(r568013)
+++ head/misc/openmvg/Makefile	Wed Mar 10 16:28:25 2021	(r568014)
@@ -12,7 +12,7 @@ COMMENT=	Multiple View Geometry (MVG) library
 LICENSE=	MPL20
 LICENSE_FILE=	${WRKSRC}/../LICENSE
 
-ONLY_FOR_ARCHS=	amd64 i386 powerpc64
+ONLY_FOR_ARCHS=	amd64 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


More information about the svn-ports-head mailing list