pkgsrc-WIP-changes archive

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

corert-git: Correct the usage of clang/clang++



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sun May 8 02:05:47 2016 +0200
Changeset:	918fb2ef471ded680ab3efdc64719c04b05574e2

Modified Files:
	corert-git/Makefile

Log Message:
corert-git: Correct the usage of clang/clang++

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

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

diffstat:
 corert-git/Makefile | 5 +++++
 1 file changed, 5 insertions(+)

diffs:
diff --git a/corert-git/Makefile b/corert-git/Makefile
index 84ba081..b22e924 100644
--- a/corert-git/Makefile
+++ b/corert-git/Makefile
@@ -18,6 +18,11 @@ USE_LANGUAGES=	c c++
 USE_TOOLS+=	bash
 REPLACE_BASH+=	build.sh
 
+# DOTNET targets only LLVM
+PKGSRC_COMPILER=	clang
+PKG_CC=			clang
+PKG_CXX=		clang++
+
 do-build:
 		${RUN} cd ${WRKSRC} && PYTHON=${PYTHONBIN} ./build.sh
 


Home | Main Index | Thread Index | Old Index