git: 3524d297cb5b - 2022Q3 - graphics/rlottie: Broken on armv7

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Wed, 20 Jul 2022 20:59:34 UTC
The branch 2022Q3 has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3524d297cb5be2a650242e36a0aa167c4f25fcd9

commit 3524d297cb5be2a650242e36a0aa167c4f25fcd9
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:59:06 +0000

    graphics/rlottie: Broken on armv7
    
    Reported by:    fallout
    
    (cherry picked from commit 32cba355ce03dd75eb139d8372e65d5bf64cd631)
---
 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