pkgsrc-WIP-changes archive

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

corefx-git: Inject pkgsrc env and args to CMake



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Mon Feb 8 04:29:24 2016 +0100
Changeset:	4f9b2860bddfda8e9ad914747c414f89f0d08ee9

Modified Files:
	corefx-git/distinfo
Added Files:
	corefx-git/patches/patch-src_Native_gen-buildsys-clang.sh

Log Message:
corefx-git: Inject pkgsrc env and args to CMake

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

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

diffstat:
 corefx-git/distinfo                                       |  1 +
 corefx-git/patches/patch-src_Native_gen-buildsys-clang.sh | 10 ++++++++++
 2 files changed, 11 insertions(+)

diffs:
diff --git a/corefx-git/distinfo b/corefx-git/distinfo
index abfa8cd..d42031a 100644
--- a/corefx-git/distinfo
+++ b/corefx-git/distinfo
@@ -5,3 +5,4 @@ SHA1 (patch-src_Native_System.Native_pal__interfaceaddresses.cpp) = 4f82e6f028fe
 SHA1 (patch-src_Native_System.Native_pal__mount.cpp) = 7858f5ff60fcb0d60452648aef1b1034698e2c85
 SHA1 (patch-src_Native_System.Native_pal__networking.cpp) = adc83b19e793491b1c6ea0fd8b46cd9f32e592fc
 SHA1 (patch-src_Native_configure.cmake) = 75b19df39006a76ccd60145fe98561675671fc11
+SHA1 (patch-src_Native_gen-buildsys-clang.sh) = 08d28558d0402ea8d2997ad0ff0b7a54078bd7ec
diff --git a/corefx-git/patches/patch-src_Native_gen-buildsys-clang.sh b/corefx-git/patches/patch-src_Native_gen-buildsys-clang.sh
new file mode 100644
index 0000000..85e2e56
--- /dev/null
+++ b/corefx-git/patches/patch-src_Native_gen-buildsys-clang.sh
@@ -0,0 +1,10 @@
+$NetBSD$
+
+--- src/Native/gen-buildsys-clang.sh.orig	2016-01-30 00:20:59.000000000 +0000
++++ src/Native/gen-buildsys-clang.sh
+@@ -50,4 +50,4 @@ if [[ -n "$LLDB_INCLUDE_DIR" ]]; then
+     cmake_extra_defines="$cmake_extra_defines -DWITH_LLDB_INCLUDES=$LLDB_INCLUDE_DIR"
+ fi
+ 
+-cmake $cmake_extra_defines $1
++cmake $cmake_extra_defines $CMAKE_ARGS_EXTRA $1


Home | Main Index | Thread Index | Old Index