Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | net-im/toxic: Fix incorrect header file inclusion | Josiah Mullins | 2021-08-24 | 1 | -0/+112 |
It seems that the upstream developer believes that the macros NAME_MAX and PATH_MAX are defined in <limits.h> when they are really defined in <linux/limits.h>. More interestingly, it seems that GCC automatically corrects for this while clang does not. This commit adds patches necessary to fix this as well as some minor fixes. Signed-off-by: Josiah Mullins <JoMull01@protonmail.com> Closes: https://bugs.gentoo.org/803404 Signed-off-by: Joonas Niilola <juippis@gentoo.org> |