mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-04 01:37:34 -08:00
EAPI bump Build system changed to meson Closes: https://bugs.gentoo.org/713962 Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de> Closes: https://github.com/gentoo/gentoo/pull/33323 Signed-off-by: Sam James <sam@gentoo.org>
18 lines
473 B
Diff
18 lines
473 B
Diff
In Musl path max is in limits.h and not automatically pulled in
|
|
|
|
Pascal Jäger <pascal.jaeger@leimstift.de> (2023-10-14)
|
|
|
|
Bug: https://bugs.gentoo.org/713962
|
|
upstream PR: https://github.com/cbxbiker61/cdargs/pull/8
|
|
|
|
--- a/src/cdargs.cc
|
|
+++ b/src/cdargs.cc
|
|
@@ -56,6 +56,7 @@ using namespace std;
|
|
# include <unistd.h>
|
|
# include <signal.h>
|
|
# include <string.h>
|
|
+# include <limits.h>
|
|
|
|
//# if defined(USE_NCURSES) && !defined(RENAMED_NCURSES)
|
|
# if defined(HAVE_NCURSES_H)
|