From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 21F25138334 for ; Thu, 13 Dec 2018 12:12:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E520AE0AF1; Thu, 13 Dec 2018 12:12:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B7CDAE0AF1 for ; Thu, 13 Dec 2018 12:12:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1A0AC335C6F for ; Thu, 13 Dec 2018 12:12:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6080643A for ; Thu, 13 Dec 2018 12:12:24 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1544703139.ed00b6407d1bae9b69d130a5f42ffc6c7a9f4361.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/nodejs/, net-libs/nodejs/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/nodejs/files/nodejs-11.4.0-stdarg_h.patch net-libs/nodejs/nodejs-11.4.0.ebuild X-VCS-Directories: net-libs/nodejs/files/ net-libs/nodejs/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: ed00b6407d1bae9b69d130a5f42ffc6c7a9f4361 X-VCS-Branch: master Date: Thu, 13 Dec 2018 12:12:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b0fdcc5d-7d3e-47ac-a6e3-11f99c5895d6 X-Archives-Hash: f1b2310c5b92aa497b6825064d051081 commit: ed00b6407d1bae9b69d130a5f42ffc6c7a9f4361 Author: Jeroen Roovers gentoo org> AuthorDate: Thu Dec 13 12:11:59 2018 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Thu Dec 13 12:12:19 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed00b640 net-libs/nodejs: Include stdarg.h Bug: https://bugs.gentoo.org/673068 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Jeroen Roovers gentoo.org> net-libs/nodejs/files/nodejs-11.4.0-stdarg_h.patch | 10 ++++++++++ net-libs/nodejs/nodejs-11.4.0.ebuild | 1 + 2 files changed, 11 insertions(+) diff --git a/net-libs/nodejs/files/nodejs-11.4.0-stdarg_h.patch b/net-libs/nodejs/files/nodejs-11.4.0-stdarg_h.patch new file mode 100644 index 00000000000..951c35989c6 --- /dev/null +++ b/net-libs/nodejs/files/nodejs-11.4.0-stdarg_h.patch @@ -0,0 +1,10 @@ +--- a/src/node.cc ++++ b/src/node.cc +@@ -75,6 +75,7 @@ + #include // _O_RDWR + #include // PATH_MAX + #include ++#include // va_start/va_end + #include + #include + #include diff --git a/net-libs/nodejs/nodejs-11.4.0.ebuild b/net-libs/nodejs/nodejs-11.4.0.ebuild index ede61e4e147..0e67f6a9bcd 100644 --- a/net-libs/nodejs/nodejs-11.4.0.ebuild +++ b/net-libs/nodejs/nodejs-11.4.0.ebuild @@ -41,6 +41,7 @@ S="${WORKDIR}/node-v${PV}" PATCHES=( "${FILESDIR}"/${PN}-10.3.0-global-npm-config.patch "${FILESDIR}"/${PN}-11.4.0-llhttp.patch + "${FILESDIR}"/${PN}-11.4.0-stdarg_h.patch ) pkg_pretend() {