openbsd-ports/lang/node/patches/patch-deps_v8_src_log-utils_h
abieber 296cf11c2f Bump node to the latest LTS.
Changelog: https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V10.md#10.15.0

Thanks to naddy@ for the openssl bits!

Tested on {amd,arm}64.

No objections!
2019-01-21 23:46:01 +00:00

15 lines
307 B
Plaintext

$OpenBSD: patch-deps_v8_src_log-utils_h,v 1.1 2019/01/21 23:46:01 abieber Exp $
Index: deps/v8/src/log-utils.h
--- deps/v8/src/log-utils.h.orig
+++ deps/v8/src/log-utils.h
@@ -15,6 +15,8 @@
#include "src/flags.h"
#include "src/ostreams.h"
+#include <stdarg.h>
+
namespace v8 {
namespace internal {