pkgsrc-WIP-changes archive

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

corefx-git: Include path workaround Need to add support in build.sh like we are doing in coreclr-git. FYI @krytarowski



Module Name:	pkgsrc-wip
Committed By:	jasonwilliams200ok <necmon%yahoo.com@localhost>
Pushed By:	danglingpointer
Date:		Sun Feb 7 18:05:13 2016 +0000
Changeset:	730ea33f6bea41618f51dd744ec67ba6d33d4eb2

Added Files:
	corefx-git/patches/patch-src_Native_configure.cmake

Log Message:
corefx-git: Include path workaround
Need to add support in build.sh like we are doing in coreclr-git.
FYI @krytarowski

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

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

diffstat:
 corefx-git/patches/patch-src_Native_configure.cmake | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diffs:
diff --git a/corefx-git/patches/patch-src_Native_configure.cmake b/corefx-git/patches/patch-src_Native_configure.cmake
new file mode 100644
index 0000000..2a23fa9
--- /dev/null
+++ b/corefx-git/patches/patch-src_Native_configure.cmake
@@ -0,0 +1,12 @@
+$NetBSD$
+
+--- src/Native/configure.cmake.orig	2016-02-07 13:49:29.000000000 +0000
++++ src/Native/configure.cmake
+@@ -10,6 +10,7 @@ include(CheckTypeSize)
+ #CMake does not include /usr/local/include into the include search path
+ #thus add it manually. This is required on FreeBSD.
+ include_directories(SYSTEM /usr/local/include)
++include_directories(SYSTEM /usr/pkg/include)
+ 
+ # in_pktinfo: Find whether this struct exists
+ check_include_files(


Home | Main Index | Thread Index | Old Index