git: 32cba355ce03 - main - graphics/rlottie: Broken on armv7

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Wed, 20 Jul 2022 20:58:17 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=32cba355ce03dd75eb139d8372e65d5bf64cd631

commit 32cba355ce03dd75eb139d8372e65d5bf64cd631
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-20 20:43:27 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-20 20:58:12 +0000

    graphics/rlottie: Broken on armv7
    
    Reported by:    fallout
---
 graphics/rlottie/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/graphics/rlottie/Makefile b/graphics/rlottie/Makefile
index 1c576d2899f1..4284745416f2 100644
--- a/graphics/rlottie/Makefile
+++ b/graphics/rlottie/Makefile
@@ -10,6 +10,8 @@ COMMENT=	Platform independent standalone library that plays Lottie Animation
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/licenses/COPYING.MIT
 
+BROKEN_armv7=	undefined symbol: pixman_composite_src_n_8888_asm_neon
+
 USES=		cmake:testing compiler:c++14-lang
 USE_LDCONFIG=	yes