freebsd-ports/multimedia/libde265/Makefile
Mark Linimon bf43557044 For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.

This is part two of a multipart commit to bring armv7 ports to parity
with armv6.

Approved by:	portmgr (tier-2 blanket)
Obtained from:	lonesome.com -exp run
2017-11-30 06:13:34 +00:00

23 lines
534 B
Makefile

# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
PORTNAME= libde265
PORTVERSION= 1.0.2
PORTREVISION= 2
DISTVERSIONPREFIX= v
CATEGORIES= multimedia
MAINTAINER= kwm@FreeBSD.org
COMMENT= Open source h.265 video codec
USE_GITHUB= yes
GH_ACCOUNT= strukturag
USES= autoreconf compiler:c++11-lib libtool pathfix pkgconfig
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-sherlock265 --disable-dec265
BROKEN_armv6= fails to compile: invokes x86 assembler
BROKEN_armv7= fails to compile: invokes x86 assembler
.include <bsd.port.mk>