svn commit: r453014 - head/graphics/opencv

Mark Linimon linimon at FreeBSD.org
Fri Oct 27 16:45:02 UTC 2017


Author: linimon
Date: Fri Oct 27 16:45:00 2017
New Revision: 453014
URL: https://svnweb.freebsd.org/changeset/ports/453014

Log:
  Temporarily uncomment the added armv7 line to allow an MFC that does not drag
  in world+dog.
  
  PR:		211805
  Submitted by:	ler
  Reported by:	ler

Modified:
  head/graphics/opencv/Makefile

Modified: head/graphics/opencv/Makefile
==============================================================================
--- head/graphics/opencv/Makefile	Fri Oct 27 16:05:19 2017	(r453013)
+++ head/graphics/opencv/Makefile	Fri Oct 27 16:45:00 2017	(r453014)
@@ -48,7 +48,7 @@ OPTIONS_GROUP_PERFORMANCE=	EIGEN3 TBB
 OPTIONS_GROUP_SIMD=	${OPTIONS_GROUP_SIMD_${MACHINE_ARCH}}
 OPTIONS_GROUP_SIMD_amd64=	${OPTIONS_GROUP_SIMD_i386}
 OPTIONS_GROUP_SIMD_armv6=	NEON VFPV3
-OPTIONS_GROUP_SIMD_armv7=	NEON VFPV3
+#OPTIONS_GROUP_SIMD_armv7=	NEON VFPV3
 OPTIONS_GROUP_SIMD_i386=	SSE SSE2 SSE3 SSSE3 SSE41 SSE42 AVX AVX2
 OPTIONS_GROUP_VIDEO=	FFMPEG GSTREAMER GSTREAMER0 V4L XINE
 OPTIONS_RADIO=		GUI


More information about the svn-ports-all mailing list