pkgsrc-WIP-changes archive

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

corert-git: Include <cstdarg> for va_list, va_start



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sun Jan 24 23:57:04 2016 +0100
Changeset:	4e7752a5e3743f2ff0f076cfb541f857fb051db3

Modified Files:
	corert-git/distinfo
Added Files:
	corert-git/patches/patch-src_Native_Runtime_unix_PalRedhawkUnix.cpp

Log Message:
corert-git: Include <cstdarg> for va_list, va_start

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

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

diffstat:
 corert-git/distinfo                                          |  1 +
 .../patches/patch-src_Native_Runtime_unix_PalRedhawkUnix.cpp | 12 ++++++++++++
 2 files changed, 13 insertions(+)

diffs:
diff --git a/corert-git/distinfo b/corert-git/distinfo
index dac3d07..9bd865a 100644
--- a/corert-git/distinfo
+++ b/corert-git/distinfo
@@ -3,4 +3,5 @@ $NetBSD$
 SHA1 (patch-src_Native_Runtime_gcrhenv.cpp) = d76cb47a9e0e8e35c9512d61e2ddfc23c0dccbc9
 SHA1 (patch-src_Native_Runtime_gcrhscan.cpp) = 9326e04f09a35cf435a4d38e70cb02f9f59df351
 SHA1 (patch-src_Native_Runtime_thread.cpp) = 90cc0624800bba44cb798b7623ecfbc618853cd8
+SHA1 (patch-src_Native_Runtime_unix_PalRedhawkUnix.cpp) = 47c7b1ba3e36276475dbcbe223a5de422893865d
 SHA1 (patch-src_Native_gc_env_gcenv.interlocked.inl) = 0dc2cc6aa827a84e91360976d9217c6e69adb328
diff --git a/corert-git/patches/patch-src_Native_Runtime_unix_PalRedhawkUnix.cpp b/corert-git/patches/patch-src_Native_Runtime_unix_PalRedhawkUnix.cpp
new file mode 100644
index 0000000..00610e3
--- /dev/null
+++ b/corert-git/patches/patch-src_Native_Runtime_unix_PalRedhawkUnix.cpp
@@ -0,0 +1,12 @@
+$NetBSD$
+
+--- src/Native/Runtime/unix/PalRedhawkUnix.cpp.orig	2016-01-23 11:26:49.000000000 +0000
++++ src/Native/Runtime/unix/PalRedhawkUnix.cpp
+@@ -33,6 +33,7 @@
+ #include <sys/stat.h>
+ #include <fcntl.h>
+ #include <sys/time.h>
++#include <cstdarg>
+ 
+ #if !HAVE_SYSCONF && !HAVE_SYSCTL
+ #error Neither sysconf nor sysctl is present on the current system


Home | Main Index | Thread Index | Old Index