pkgsrc-WIP-changes archive

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

corert-git: Handle alloca(3) on NetBSD



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sun Jan 24 01:32:06 2016 +0100
Changeset:	fcf9a07e6a6d92ac0d48735e1db8f55ff19c71a3

Modified Files:
	corert-git/distinfo
Added Files:
	corert-git/patches/patch-src_Native_Bootstrap_common.h

Log Message:
corert-git: Handle alloca(3) on NetBSD

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

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

diffstat:
 corert-git/distinfo                                    |  1 +
 corert-git/patches/patch-src_Native_Bootstrap_common.h | 15 +++++++++++++++
 2 files changed, 16 insertions(+)

diffs:
diff --git a/corert-git/distinfo b/corert-git/distinfo
index 6a339a2..003c0d2 100644
--- a/corert-git/distinfo
+++ b/corert-git/distinfo
@@ -1,5 +1,6 @@
 $NetBSD$
 
 SHA1 (patch-build.sh) = 672ac72639fad7823c6f321f84ca83b94cd2dfeb
+SHA1 (patch-src_Native_Bootstrap_common.h) = 7c8e2a28beabcb94489aad26974493025fd87321
 SHA1 (patch-src_Native_CMakeLists.txt) = 9eb2e3790cf8199a561f295c12547cd2fb1b71d1
 SHA1 (patch-src_Native_Runtime_unix_configure.cmake) = c5ffe7d1b728e054c0173a8d06a6ea40c331e627
diff --git a/corert-git/patches/patch-src_Native_Bootstrap_common.h b/corert-git/patches/patch-src_Native_Bootstrap_common.h
new file mode 100644
index 0000000..cc23bc9
--- /dev/null
+++ b/corert-git/patches/patch-src_Native_Bootstrap_common.h
@@ -0,0 +1,15 @@
+$NetBSD$
+
+--- src/Native/Bootstrap/common.h.orig	2016-01-23 11:26:49.000000000 +0000
++++ src/Native/Bootstrap/common.h
+@@ -23,8 +23,10 @@
+ 
+ #ifndef WIN32
+ #include <pthread.h>
++#if HAVE_ALLOCA_H
+ #include <alloca.h>
+ #endif
++#endif
+ 
+ using namespace std;
+ 


Home | Main Index | Thread Index | Old Index