svn commit: r464594 - head/graphics/libyuv

Mark Linimon linimon at FreeBSD.org
Thu Mar 15 15:21:33 UTC 2018


Author: linimon
Date: Thu Mar 15 15:21:33 2018
New Revision: 464594
URL: https://svnweb.freebsd.org/changeset/ports/464594

Log:
  Mark broken on armv7 the same was as on aarch64.
  
  Oddly, it seems to build on armv6.
  
  Pet portlint.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/graphics/libyuv/Makefile

Modified: head/graphics/libyuv/Makefile
==============================================================================
--- head/graphics/libyuv/Makefile	Thu Mar 15 15:17:51 2018	(r464593)
+++ head/graphics/libyuv/Makefile	Thu Mar 15 15:21:33 2018	(r464594)
@@ -11,10 +11,11 @@ COMMENT=	Library for freeswitch yuv graphics manipulat
 
 LICENSE=	BSD3CLAUSE
 
+BROKEN_aarch64=		Fails to compile: undefined reference to SplitUVRow_NEON
+BROKEN_armv7=		Fails to compile: undefined reference to SplitUVRow_NEON
+
 MAKE_JOBS_UNSAFE=	yes
 CXXFLAGS+=		-fPIC
 USE_LDCONFIG=		yes
-
-BROKEN_aarch64=		Fails to compile: undefined reference to SplitUVRow_NEON
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list