https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277354
--- Comment #7 from commit-h...@freebsd.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=152c5915f6568ffb5164a26c577f72b8ec649606 commit 152c5915f6568ffb5164a26c577f72b8ec649606 Author: Jan Beich <jbe...@freebsd.org> AuthorDate: 2024-03-15 01:35:40 +0000 Commit: Jan Beich <jbe...@freebsd.org> CommitDate: 2024-03-15 05:54:48 +0000 net-im/cawbird: unbreak build with Meson 1.4.0 libcawbird.a.p/src/list/TweetListEntry.c:1215:6: error: implicit declaration of function 'cb_tweet_has_quoted_inline_media' is invalid in C99 [-Werror,-Wimplicit-function-declaration] if (cb_tweet_has_quoted_inline_media (tweet)) { ^ libcawbird.a.p/src/TweetInfoPage.c:3374:20: error: implicit declaration of function 'cb_tweet_model_index_of_retweet' is invalid in C99 [-Werror,-Wimplicit-function-declaration] replied_to_idx = cb_tweet_model_index_of_retweet (_tmp3_, reply_id); ^ PR: 277354 Reported by: antoine (via exp-run) Regressed by: https://github.com/mesonbuild/meson/commit/5f659af87001 net-im/cawbird/Makefile | 2 +- net-im/cawbird/files/patch-src_CbTweet.h (new) | 14 ++++++++++++++ net-im/cawbird/files/patch-src_CbTweetModel.h (new) | 14 ++++++++++++++ 3 files changed, 29 insertions(+), 1 deletion(-) -- You are receiving this mail because: You are on the CC list for the bug.