From 4605a973d0a54930a1a504c9c0cb9f1f7c428bd8 Mon Sep 17 00:00:00 2001 From: linimon Date: Thu, 15 Mar 2018 15:21:33 +0000 Subject: 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) --- graphics/libyuv/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'graphics') diff --git a/graphics/libyuv/Makefile b/graphics/libyuv/Makefile index 49043e8018f1..91038f7d4cb2 100644 --- a/graphics/libyuv/Makefile +++ b/graphics/libyuv/Makefile @@ -11,10 +11,11 @@ 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 -- cgit