pkgsrc-WIP-changes archive

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

coreclr-git: Fix recent breakage



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Feb 27 22:18:25 2016 +0100
Changeset:	6e933b0f18dbcac14d179b53cf9676e24f74ce06

Modified Files:
	coreclr-git/distinfo
Added Files:
	coreclr-git/patches/patch-src_ToolBox_SOS_lldbplugin_inc_lldbservices.h

Log Message:
coreclr-git: Fix recent breakage

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

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

diffstat:
 coreclr-git/distinfo                                        |  1 +
 .../patch-src_ToolBox_SOS_lldbplugin_inc_lldbservices.h     | 13 +++++++++++++
 2 files changed, 14 insertions(+)

diffs:
diff --git a/coreclr-git/distinfo b/coreclr-git/distinfo
index 310d58c..d081f11 100644
--- a/coreclr-git/distinfo
+++ b/coreclr-git/distinfo
@@ -1,5 +1,6 @@
 $NetBSD$
 
+SHA1 (patch-src_ToolBox_SOS_lldbplugin_inc_lldbservices.h) = 23ec1a475013168d66b04df36d21b188a7d52331
 SHA1 (patch-src_pal_inc_pal.h) = 7d3ef148af8b1b24067ba4cb5efc12581ebc6881
 SHA1 (patch-src_pal_src_cruntime_printf.cpp) = 8a86c57e1fe3953d158e1860f04bd19d7df1fe08
 SHA1 (patch-src_pal_src_cruntime_printfcpp.cpp) = 4d1ba5fea45402259c67428506f39d9c3128ecbd
diff --git a/coreclr-git/patches/patch-src_ToolBox_SOS_lldbplugin_inc_lldbservices.h b/coreclr-git/patches/patch-src_ToolBox_SOS_lldbplugin_inc_lldbservices.h
new file mode 100644
index 0000000..1587048
--- /dev/null
+++ b/coreclr-git/patches/patch-src_ToolBox_SOS_lldbplugin_inc_lldbservices.h
@@ -0,0 +1,13 @@
+$NetBSD$
+
+--- src/ToolBox/SOS/lldbplugin/inc/lldbservices.h.orig	2016-02-27 21:09:29.680763122 +0000
++++ src/ToolBox/SOS/lldbplugin/inc/lldbservices.h
+@@ -11,6 +11,8 @@
+ #ifndef __LLDBSERVICES_H__
+ #define __LLDBSERVICES_H__
+ 
++#include <stdarg.h>
++
+ #ifdef __cplusplus
+ extern "C" {
+ #endif


Home | Main Index | Thread Index | Old Index