mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04: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:
parent
f14c679776
commit
ec81e38b02
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464594
1 changed files with 3 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue