pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

need stdarg.h to build on NetBSD 9.



Module Name:	pkgsrc-wip
Committed By:	Mark Davies <mark%ecs.vuw.ac.nz@localhost>
Pushed By:	markd
Date:		Sun Mar 13 22:06:28 2022 +1300
Changeset:	0f31c9f25b890b66c7170aeeffff214b8f50952f

Modified Files:
	nodejs/distinfo
Added Files:
	nodejs/patches/patch-deps_v8_src_base_strings.h

Log Message:
need stdarg.h to build on NetBSD 9.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0f31c9f25b890b66c7170aeeffff214b8f50952f

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 nodejs/distinfo                                 |  1 +
 nodejs/patches/patch-deps_v8_src_base_strings.h | 14 ++++++++++++++
 2 files changed, 15 insertions(+)

diffs:
diff --git a/nodejs/distinfo b/nodejs/distinfo
index 5ef54a177a..e9f805e473 100644
--- a/nodejs/distinfo
+++ b/nodejs/distinfo
@@ -11,6 +11,7 @@ SHA1 (patch-deps_v8_src_base_platform_platform-freebsd.cc) = b47025f33d2991275bb
 SHA1 (patch-deps_v8_src_base_platform_platform-openbsd.cc) = 5e593879dbab095f99e82593272a0de91043f9a8
 SHA1 (patch-deps_v8_src_base_platform_platform-posix.cc) = f99d9bee3ce452dda41c9b2943ee16cebcbd0af3
 SHA1 (patch-deps_v8_src_base_platform_semaphore.cc) = 802a95f1b1d131e0d85c1f99c659cc68b31ba2f6
+SHA1 (patch-deps_v8_src_base_strings.h) = 4d2b37491f2f74f1a573f8c1942790204e23a8bb
 SHA1 (patch-deps_v8_src_codegen_arm_cpu-arm.cc) = 84c75d61bc99c2ff9adeac3152f5b11ebb0e582b
 SHA1 (patch-deps_v8_src_common_globals.h) = 86637724864389f2b24251904de41669a2f00fbc
 SHA1 (patch-deps_v8_src_compiler_types.h) = 2a212282ab9d71e98ae56827fdb1d9778a6047a5
diff --git a/nodejs/patches/patch-deps_v8_src_base_strings.h b/nodejs/patches/patch-deps_v8_src_base_strings.h
new file mode 100644
index 0000000000..c528645f96
--- /dev/null
+++ b/nodejs/patches/patch-deps_v8_src_base_strings.h
@@ -0,0 +1,14 @@
+$NetBSD$
+
+stdarg.h is needed for va_list on at least NetBSD.
+
+--- deps/v8/src/base/strings.h.orig	2022-02-08 12:37:48.000000000 +0000
++++ deps/v8/src/base/strings.h
+@@ -8,6 +8,7 @@
+ #include "src/base/base-export.h"
+ #include "src/base/macros.h"
+ #include "src/base/vector.h"
++#include <stdarg.h>
+ 
+ namespace v8 {
+ namespace base {


Home | Main Index | Thread Index | Old Index