diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2025-06-21 14:22:37 +0200 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2025-06-21 16:09:30 +0200 |
commit | 7ad9fa6d579830e296ac7ebb128a48344fa73a55 (patch) | |
tree | 0c8cc9aa504ab2e111bdf6e64e21e572322dfe2e | |
parent | graphics/qgis*: Mark BROKEN (diff) |
net/liblinphone: Mark BROKEN
Fails to build with libxml2 2.14, error: type 'union (unnamed union at /usr/local/include/libxml2/libxml/encoding.h:170:5)' does not provide a call operator
PR: 279705
-rw-r--r-- | net/liblinphone/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/liblinphone/Makefile b/net/liblinphone/Makefile index 5d9b93cfaeaa..084ac7e91305 100644 --- a/net/liblinphone/Makefile +++ b/net/liblinphone/Makefile @@ -9,6 +9,8 @@ WWW= https://www.linphone.org/technical-corner/liblinphone.html LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BROKEN= Fails to build with libxml2 2.14, error: type 'union (unnamed union at /usr/local/include/libxml2/libxml/encoding.h:170:5)' does not provide a call operator + BUILD_DEPENDS= ${LOCALBASE}/lib/libbcmatroska2.a:multimedia/bcmatroska2 \ ${LOCALBASE}/lib/libbctoolbox.a:net/bctoolbox \ ${LOCALBASE}/lib/libbcunit.a:devel/bcunit \ |