freebsd-ports/graphics/libyuv/Makefile
Mark Linimon ec81e38b02 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)
2018-03-15 15:21:33 +00:00

22 lines
520 B
Makefile

# Created by: Corey Smith <corsmith@gmail.com>
# $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
.include <bsd.port.mk>