1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

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)
This commit is contained in:
Mark Linimon 2018-03-15 15:21:33 +00:00
parent f14c679776
commit ec81e38b02
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464594

View File

@ -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 <bsd.port.mk>