multimedia/kvazaar: unbreak with clang on powerpc64

In file included from strategies/altivec/picture-altivec.c:24:
/usr/lib/clang/8.0.1/include/altivec.h:69:19: error: unknown type name 'vector'
static __inline__ vector bool char __ATTRS_o_ai
                  ^
/usr/lib/clang/8.0.1/include/altivec.h:69:26: error: expected identifier or '('
static __inline__ vector bool char __ATTRS_o_ai
                         ^
/usr/include/stdbool.h:39:14: note: expanded from macro 'bool'
                ^
[...]

PR:		240531
Submitted by:	pkubaj
This commit is contained in:
Jan Beich
2019-09-14 01:04:16 +00:00
parent f017cae1ba
commit 248b1ee80e
2 changed files with 5 additions and 0 deletions

View File

@@ -6,6 +6,9 @@ DISTVERSION?= 1.3.0
PORTREVISION= 1
CATEGORIES= multimedia
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
PATCHFILES+= 1d7fcf4227ee.patch:-p1
MAINTAINER= jbeich@FreeBSD.org
COMMENT= H.265/HEVC encoder implemented in C

View File

@@ -3,3 +3,5 @@ SHA256 (ultravideo-kvazaar-v1.3.0_GH0.tar.gz) = f694fe71cc6e3e6f583a9faf380825ea
SIZE (ultravideo-kvazaar-v1.3.0_GH0.tar.gz) = 538824
SHA256 (silentbicycle-greatest-v1.0.0_GH0.tar.gz) = 18ee57a34869c6f6ce511cd71a5cc8661801cf69d64c4c66ff76773835df659b
SIZE (silentbicycle-greatest-v1.0.0_GH0.tar.gz) = 11959
SHA256 (1d7fcf4227ee.patch) = b310a1e778c937d0105c4acff7b9363369d68671295f9370f261a66e93201d67
SIZE (1d7fcf4227ee.patch) = 715