https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266227
--- Comment #24 from [email protected] --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=b3fbc0c3d48c5e1cc7ac2e87e3ee1f847120bfab commit b3fbc0c3d48c5e1cc7ac2e87e3ee1f847120bfab Author: Jan Beich <[email protected]> AuthorDate: 2022-09-17 07:47:03 +0000 Commit: Jan Beich <[email protected]> CommitDate: 2022-09-17 11:09:03 +0000 graphics/mesa-devel: unbreak on -CURRENT after GNU qsort_r In file included from ../src/util/u_qsort.cpp:24: ../src/util/u_qsort.h:68:4: error: no matching function for call to 'qsort_r' qsort_r(base, nmemb, size, &data, util_qsort_adapter); ^~~~~~~ /usr/include/stdlib.h:314:7: note: candidate function not viable: no known conversion from 'struct util_qsort_adapter_data *' to 'int (*)(const void *, const void *, void *)' for 4th argument void qsort_r(void *, size_t, size_t, ^ PR: 266227 Reported by: antoine (via exp-run) Submitted by: delphij graphics/mesa-devel/Makefile | 1 + graphics/mesa-devel/distinfo | 2 ++ 2 files changed, 3 insertions(+) -- You are receiving this mail because: You are on the CC list for the bug.
