git: 2d7a8b1cd088 - main - graphics/xournalpp: Broken on armv7 and i386

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Thu, 19 Sep 2024 03:11:50 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2d7a8b1cd088228022d95d365e67ad20a8edadea

commit 2d7a8b1cd088228022d95d365e67ad20a8edadea
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-09-19 02:45:22 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-09-19 03:11:43 +0000

    graphics/xournalpp: Broken on armv7 and i386
    
    Reported by:    fallout
---
 graphics/xournalpp/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/graphics/xournalpp/Makefile b/graphics/xournalpp/Makefile
index 83f991f7d166..f18cb14eb9d2 100644
--- a/graphics/xournalpp/Makefile
+++ b/graphics/xournalpp/Makefile
@@ -10,6 +10,9 @@ WWW=		https://github.com/xournalpp/xournalpp
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_armv7=	compilation fails: error: redefinition of 'getGVariantValue<unsigned int>': see https://github.com/xournalpp/xournalpp/issues/5873
+BROKEN_i386=	compilation fails: error: redefinition of 'getGVariantValue<unsigned int>': see https://github.com/xournalpp/xournalpp/issues/5873
+
 BUILD_DEPENDS=	help2man:misc/help2man
 LIB_DEPENDS=	libgtksourceview-4.so:x11-toolkits/gtksourceview4 \
 		libharfbuzz.so:print/harfbuzz \