pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
coreclr-git: Fix buildlink against custom paths with headers
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Tue Feb 23 00:47:28 2016 +0100
Changeset: b581b82a699e2c533f4efa0df67ad6b619d679b5
Modified Files:
coreclr-git/buildlink3.mk
Log Message:
coreclr-git: Fix buildlink against custom paths with headers
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b581b82a699e2c533f4efa0df67ad6b619d679b5
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
coreclr-git/buildlink3.mk | 6 ++++++
1 file changed, 6 insertions(+)
diffs:
diff --git a/coreclr-git/buildlink3.mk b/coreclr-git/buildlink3.mk
index f3cfe57..7f2bd71 100644
--- a/coreclr-git/buildlink3.mk
+++ b/coreclr-git/buildlink3.mk
@@ -8,6 +8,12 @@ CORECLR_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.coreclr+= coreclr>=0.0.0nb20160222
BUILDLINK_PKGSRCDIR.coreclr?= ../../wip/coreclr-git
+BUILDLINK_INCDIRS.coreclr+= CoreCLR/inc
+BUILDLINK_INCDIRS.coreclr+= CoreCLR/gcinfo
+BUILDLINK_FILES.coreclr+= CoreCLR/gcinfo/gcinfoencoder.cpp
+BUILDLINK_FILES.coreclr+= CoreCLR/inc/*.h
+BUILDLINK_FILES.coreclr+= CoreCLR/inc/*.def
+
.include "../../textproc/icu/buildlink3.mk"
.include "../../wip/llvm-git/buildlink3.mk"
.include "../../wip/lldb-git/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index