Skip to content

Commit

Permalink
graphics/mesa-devel: unbreak on -CURRENT after GNU qsort_r
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jbeich committed Sep 17, 2022
1 parent 2a4e331 commit b3fbc0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions graphics/mesa-devel/Makefile
Expand Up @@ -10,6 +10,7 @@ PATCHFILES+= 50433886a3e3.patch:-p1 # https://gitlab.freedesktop.org/mesa/mesa/-
PATCHFILES+= 4356e7185193.patch:-p1 # https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16987
PATCHFILES+= b2a22acce617.patch:-p1 # https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16987
PATCHFILES+= 19eb2c30bff0.patch:-p1 # https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16987
PATCHFILES+= 8f1aa7dc16df.patch:-p1 # https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18527

MAINTAINER= jbeich@FreeBSD.org
COMMENT= Bleeding edge Mesa drivers (OpenGL, Vulkan)
Expand Down
2 changes: 2 additions & 0 deletions graphics/mesa-devel/distinfo
Expand Up @@ -11,3 +11,5 @@ SHA256 (b2a22acce617.patch) = 9ec231cdcec3235164b0c0298d35e65225940878e75d9f972b
SIZE (b2a22acce617.patch) = 2425
SHA256 (19eb2c30bff0.patch) = 238e1031e32bda8fa72bd649df857d775ffe5caec26c1d4428215cf65f564c2b
SIZE (19eb2c30bff0.patch) = 1217
SHA256 (8f1aa7dc16df.patch) = 8e53f4030197998492b16ff0315db195389bd0e508258f0650dd474f0225e202
SIZE (8f1aa7dc16df.patch) = 2804

0 comments on commit b3fbc0c

Please sign in to comment.