freebsd-ports/graphics/libyuv/Makefile
Mark Linimon d6c96927f4 Mark as broken on various tier-2 archs.
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2016-11-16 00:33:58 +00:00

20 lines
448 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
MAKE_JOBS_UNSAFE= yes
CXXFLAGS+= -fPIC
USE_LDCONFIG= yes
BROKEN_aarch64= Fails to compile: undefined reference to SplitUVRow_NEON
.include <bsd.port.mk>