diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2024-07-23 18:56:41 -0300 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2024-07-28 13:12:23 -0300 |
commit | 93e25e566d1a6905e0f3cc928fc40f504f25ef8d (patch) | |
tree | b174ea851bf43f51c5160cf511d3db042b89636c /textproc/py-sphinx-argparse | |
parent | mail/claws-mail: upgrade to 3.21.0 and 4.3.0 (diff) |
www/{*chromium,iridium}: Fix build after src snapshot 0c47b9c211
After src snapshot 0c47b9c211e, the build began failing with:
../../third_party/nasm/include/compiler.h:249:21: error: static
declaration of 'mempcpy' follows non-static declaration
249 | static inline void *mempcpy(void *dst, const void *src, size_t n)
| ^
/usr/include/string.h:71:8: note: previous declaration is here
71 | void *(mempcpy)(void * __restrict,
const void * __restrict,size_t);
Fix the build by updating the pattern used to detect mempcpy(3) in
string.h.
Reviewed by: rnagy (earlier revision)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D46055
Diffstat (limited to 'textproc/py-sphinx-argparse')
0 files changed, 0 insertions, 0 deletions