Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Sep 2024 03:11:50 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2d7a8b1cd088 - main - graphics/xournalpp: Broken on armv7 and i386
Message-ID:  <202409190311.48J3Boxx093526@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409190311.48J3Boxx093526>