Index: head/graphics/libyuv/Makefile =================================================================== --- head/graphics/libyuv/Makefile (revision 464593) +++ head/graphics/libyuv/Makefile (revision 464594) @@ -1,20 +1,21 @@ # Created by: Corey Smith # $FreeBSD$ PORTNAME= libyuv DISTVERSION= 0.0.1280 CATEGORIES= graphics MASTER_SITES= http://files.freeswitch.org/downloads/libs/ MAINTAINER= corsmith@gmail.com COMMENT= Library for freeswitch yuv graphics manipulation 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