diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2025-06-21 14:25:35 +0200 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2025-06-21 16:09:31 +0200 |
commit | 17eb38d5dc1d92b959769cb068228828393a142b (patch) | |
tree | 5f5002ebedd40d9c0c3e57a426c34ee1c139629f /java | |
parent | net/liblinphone: Mark BROKEN (diff) |
java/openjfx14: Mark BROKEN
Fails to build with libxml2 2.13+, error: no matching constructor for initialization of 'XMLDocumentParserScope'
PR: 280158
Diffstat (limited to 'java')
-rw-r--r-- | java/openjfx14/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/openjfx14/Makefile b/java/openjfx14/Makefile index ae73b73cc455..f59a0ef4239d 100644 --- a/java/openjfx14/Makefile +++ b/java/openjfx14/Makefile @@ -23,6 +23,8 @@ WWW= https://openjdk.java.net/projects/openjfx/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= Fails to build with libxml2 2.13+, error: no matching constructor for initialization of 'XMLDocumentParserScope' + ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc64 powerpc64le BUILD_DEPENDS= zip:archivers/zip \ |