aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/choparp
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2026-02-01 19:53:36 +0000
committerDimitry Andric <dim@FreeBSD.org>2026-02-02 18:16:05 +0000
commit78992d889cf64999b2ff0b82d6940eb7c9edb12d (patch)
treee2b291f5a0c96896b0ae8bbfb7ec401aa8ca7bc7 /net-mgmt/choparp
parentdcdd54847b9da4b9e051f62b414428e0a68294e5 (diff)
audio/rubberband: fix build with libc++ 21HEADmain
With libc++ 21 audio/rubberband fails to build, with errors similar to: In file included from ../src/common/mathmisc.cpp:24: ../src/common/mathmisc.h:58:1: error: unknown type name 'size_t'; did you mean 'std::size_t'? 58 | size_t roundUp(size_t value); // to nearest power of two | ^~~~~~ | std::size_t /usr/include/c++/v1/__cstddef/size_t.h:20:7: note: 'std::size_t' declared here 20 | using size_t = decltype(sizeof(int)); | ^ This is because mathmisc.h depended on <stddef.h> being transitively included, which is no longer the case. Add #include <stddef.h> to fix the problem. PR: 292868 Approved by: acm (maintainer) MFH: 2026Q1
Diffstat (limited to 'net-mgmt/choparp')
0 files changed, 0 insertions, 0 deletions