pkgsrc-WIP-changes archive

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

coreclr-git: Temporarily there is no libunwind



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Wed Feb 3 00:15:53 2016 +0100
Changeset:	8eb452721a61a1fb84235fe42d89fd5a43e61c5f

Modified Files:
	coreclr-git/distinfo
Added Files:
	coreclr-git/patches/patch-src_pal_src_CMakeLists.txt

Log Message:
coreclr-git: Temporarily there is no libunwind

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

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

diffstat:
 coreclr-git/distinfo                                 |  1 +
 coreclr-git/patches/patch-src_pal_src_CMakeLists.txt | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)

diffs:
diff --git a/coreclr-git/distinfo b/coreclr-git/distinfo
index 9e4080f..64e6051 100644
--- a/coreclr-git/distinfo
+++ b/coreclr-git/distinfo
@@ -2,6 +2,7 @@ $NetBSD$
 
 SHA1 (patch-src_debug_ee_debugger.h) = 43cd45cafa38911900b395ec1596496938d62a81
 SHA1 (patch-src_pal_inc_pal__char16.h) = 205f6a8533838c192b36bbb00155da1b02e0f629
+SHA1 (patch-src_pal_src_CMakeLists.txt) = 7f5b7e7f669efa42fb1bc230949e508a0df080ed
 SHA1 (patch-src_pal_src_cruntime_file.cpp) = 315ad5db53ef2b893a77aa131ce97999214e0e11
 SHA1 (patch-src_pal_src_debug_debug.cpp) = 0d6bee5d2896de64effafa01d2e2989de82c76fc
 SHA1 (patch-src_pal_src_exception_seh-unwind.cpp) = 64a221a2f57b6654cae73a2aba0b59daf33b8224
diff --git a/coreclr-git/patches/patch-src_pal_src_CMakeLists.txt b/coreclr-git/patches/patch-src_pal_src_CMakeLists.txt
new file mode 100644
index 0000000..e696317
--- /dev/null
+++ b/coreclr-git/patches/patch-src_pal_src_CMakeLists.txt
@@ -0,0 +1,19 @@
+$NetBSD$
+
+--- src/pal/src/CMakeLists.txt.orig	2016-02-02 22:59:18.000000000 +0000
++++ src/pal/src/CMakeLists.txt
+@@ -251,12 +251,12 @@ if(CMAKE_SYSTEM_NAME STREQUAL Linux)
+ endif(CMAKE_SYSTEM_NAME STREQUAL Linux)
+ 
+ if(CMAKE_SYSTEM_NAME STREQUAL NetBSD)
+-  find_library(UNWIND unwind)
++#  find_library(UNWIND unwind)
+   find_library(INTL intl)
+   target_link_libraries(coreclrpal
+     pthread
+     rt
+-    ${UNWIND}
++#    ${UNWIND}
+     ${INTL}
+   )
+ endif(CMAKE_SYSTEM_NAME STREQUAL NetBSD)


Home | Main Index | Thread Index | Old Index