Files
gentoo/net-libs/nodejs/files/nodejs-26.3.0-v8-climits.patch
Sam James c67156a492 net-libs/nodejs: fix missing includes in 26.3.0
One for GCC 17, one for Clang, and one for arm64.

Closes: https://bugs.gentoo.org/977376
Closes: https://bugs.gentoo.org/977377
Closes: https://bugs.gentoo.org/977454
Signed-off-by: Sam James <sam@gentoo.org>
2026-06-17 03:05:40 +01:00

12 lines
231 B
Diff

https://bugs.gentoo.org/977377
--- a/deps/v8/src/base/memcopy.h
+++ b/deps/v8/src/base/memcopy.h
@@ -5,6 +5,7 @@
#ifndef V8_BASE_MEMCOPY_H_
#define V8_BASE_MEMCOPY_H_
+#include <climits>
#include <stdlib.h>
#include <atomic>