Date: Sun, 12 Jan 2025 21:43:26 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 3b41f83cd350 - main - graphics/xournalpp: broken on powerpc, same as i386 Message-ID: <202501122143.50CLhQaP097627@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=3b41f83cd350c8c6641ca130b078369440d6f4f1 commit 3b41f83cd350c8c6641ca130b078369440d6f4f1 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2025-01-11 13:47:53 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2025-01-12 21:37:08 +0000 graphics/xournalpp: broken on powerpc, same as i386 --- graphics/xournalpp/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/graphics/xournalpp/Makefile b/graphics/xournalpp/Makefile index f18cb14eb9d2..5d01105556cd 100644 --- a/graphics/xournalpp/Makefile +++ b/graphics/xournalpp/Makefile @@ -12,6 +12,7 @@ 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 +BROKEN_powerpc= 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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501122143.50CLhQaP097627>