Skip to content

Commit

Permalink
net-im/mtxclient: Bump PORTREVISION to fix net-im/nheko build
Browse files Browse the repository at this point in the history
After the devel/nlohmann-json update in 551e034, net-im/nheko fails
to build due to linking errors unless net-im/mtxclient is rebuilt.

ld: error: undefined symbol:
mtx::events::state::to_json(nlohmann::json_abi_v3_11_3::basic_json<std::__1::map,
std::__1::vector, std::__1::basic_string<char,
std::__1::char_traits<char>, std::__1::allocator<char>>, bool, long,
unsigned long, double, std::__1::allocator,
nlohmann::json_abi_v3_11_3::adl_serializer, std::__1::vector<unsigned
char, std::__1::allocator<unsigned char>>, void>&,
mtx::events::state::Aliases const&) >>> referenced by EventStore.cpp

Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D42886
  • Loading branch information
Jehops committed Dec 3, 2023
1 parent 70aa9c6 commit 3662aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net-im/mtxclient/Makefile
@@ -1,7 +1,7 @@
PORTNAME= mtxclient
DISTVERSIONPREFIX= v
DISTVERSION= 0.9.2
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= net-im

MAINTAINER= adridg@FreeBSD.org
Expand Down

0 comments on commit 3662aa6

Please sign in to comment.