pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
corefx-git: Correct usage of clang/clang++
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Sun May 8 02:11:40 2016 +0200
Changeset: df6e1f84a56ebbaade62a0dd0dba94d4351fd64c
Modified Files:
corefx-git/Makefile
Log Message:
corefx-git: Correct 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=df6e1f84a56ebbaade62a0dd0dba94d4351fd64c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
corefx-git/Makefile | 5 +++++
1 file changed, 5 insertions(+)
diffs:
diff --git a/corefx-git/Makefile b/corefx-git/Makefile
index 6f4d551..5826c40 100644
--- a/corefx-git/Makefile
+++ b/corefx-git/Makefile
@@ -19,6 +19,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++
+
# NetBSD specific for now
CMAKE_ARGS+= -DHeimdalGssApi=ON
Home |
Main Index |
Thread Index |
Old Index