pkgsrc-WIP-changes archive

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

corefx-git: Switch Makefile to stable LLVM toolchain



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Apr 9 01:13:05 2016 +0200
Changeset:	d83b1ef58b155146eaad958ba5096719a79704df

Modified Files:
	corefx-git/Makefile

Log Message:
corefx-git: Switch Makefile to stable LLVM toolchain

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

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

diffstat:
 corefx-git/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diffs:
diff --git a/corefx-git/Makefile b/corefx-git/Makefile
index d5dc40a..19bd040 100644
--- a/corefx-git/Makefile
+++ b/corefx-git/Makefile
@@ -28,9 +28,9 @@ do-build:
 
 .include "../../www/curl/buildlink3.mk"
 .include "../../textproc/icu/buildlink3.mk"
-.include "../../wip/llvm-git/buildlink3.mk"
-.include "../../wip/lldb-git/buildlink3.mk"
-.include "../../wip/clang-git/buildlink3.mk"
+.include "../../lang/llvm/buildlink3.mk"
+.include "../../devel/lldb/buildlink3.mk"
+.include "../../lang/clang/buildlink3.mk"
 .include "../../lang/python/extension.mk"
 .include "../../lang/python/application.mk"
 .include "../../lang/python/tool.mk"


Home | Main Index | Thread Index | Old Index