pkgsrc-WIP-changes archive

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

coreclr-git: Add new dependency on libcxx-git



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Thu Jan 21 14:01:55 2016 +0100
Changeset:	b205dcce32ef6e40c2ae77b9bfe46ece82d48ba1

Modified Files:
	coreclr-git/Makefile

Log Message:
coreclr-git: Add new dependency on libcxx-git

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

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

diffstat:
 coreclr-git/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/coreclr-git/Makefile b/coreclr-git/Makefile
index 70b5398..c626fb3 100644
--- a/coreclr-git/Makefile
+++ b/coreclr-git/Makefile
@@ -26,6 +26,7 @@ SUBST_SED.python=	-e 's,python ,${PYTHONBIN} ,'
 do-build:
 		${RUN} cd ${WRKSRC} && ./build.sh
 
+.include "../../wip/libcxx-git/buildlink3.mk"
 .include "../../lang/python/application.mk"
 .include "../../wip/mk/git-package.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index