pkgsrc-WIP-changes archive

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

coreclr-git: Try to handle CHAR_BIT on NetBSD



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Fri Jan 22 15:43:39 2016 +0100
Changeset:	b4ac6965dbc5d4db19d1ac2a3d82900ed786281e

Modified Files:
	coreclr-git/distinfo
	coreclr-git/patches/patch-src_pal_src_configure.cmake

Log Message:
coreclr-git: Try to handle CHAR_BIT on NetBSD

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

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

diffstat:
 coreclr-git/distinfo                                  | 2 +-
 coreclr-git/patches/patch-src_pal_src_configure.cmake | 9 +++++++++
 2 files changed, 10 insertions(+), 1 deletion(-)

diffs:
diff --git a/coreclr-git/distinfo b/coreclr-git/distinfo
index da6c589..559b539 100644
--- a/coreclr-git/distinfo
+++ b/coreclr-git/distinfo
@@ -1,4 +1,4 @@
 $NetBSD$
 
 SHA1 (patch-src_pal_inc_pal.h) = bbe7bf6d609415ecec4993bdc3e1ec5b6f94f99a
-SHA1 (patch-src_pal_src_configure.cmake) = 5992f682acefd124861eebc1cb9d40da600b2b33
+SHA1 (patch-src_pal_src_configure.cmake) = 2f62a889063e059dcd327072b5df21f7bab5f5a6
diff --git a/coreclr-git/patches/patch-src_pal_src_configure.cmake b/coreclr-git/patches/patch-src_pal_src_configure.cmake
index dcc4a47..a2349fd 100644
--- a/coreclr-git/patches/patch-src_pal_src_configure.cmake
+++ b/coreclr-git/patches/patch-src_pal_src_configure.cmake
@@ -12,3 +12,12 @@ $NetBSD$
  check_function_exists(fsync HAVE_FSYNC)
  check_function_exists(futimes HAVE_FUTIMES)
  check_function_exists(utimes HAVE_UTIMES)
+@@ -96,7 +98,7 @@ check_type_size(off_t SIZEOF_OFF_T)
+ 
+ check_cxx_symbol_exists(SYS_yield sys/syscall.h HAVE_YIELD_SYSCALL)
+ check_cxx_symbol_exists(INFTIM poll.h HAVE_INFTIM)
+-check_cxx_symbol_exists(CHAR_BIT sys/limits.h HAVE_CHAR_BIT)
++check_cxx_symbol_exists(CHAR_BIT limits.h HAVE_CHAR_BIT)
+ check_cxx_symbol_exists(_DEBUG sys/user.h USER_H_DEFINES_DEBUG)
+ check_cxx_symbol_exists(_SC_PHYS_PAGES unistd.h HAVE__SC_PHYS_PAGES)
+ check_cxx_symbol_exists(_SC_AVPHYS_PAGES unistd.h HAVE__SC_AVPHYS_PAGES)


Home | Main Index | Thread Index | Old Index