pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
compiler-rt-git: Set version to 4.0.0 (build broken)
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Sat Sep 10 22:07:34 2016 +0200
Changeset: 3a34f532ab287857ac90748d7b3ae38f3fa5a9e5
Modified Files:
compiler-rt-git/Makefile
Log Message:
compiler-rt-git: Set version to 4.0.0 (build broken)
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3a34f532ab287857ac90748d7b3ae38f3fa5a9e5
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
compiler-rt-git/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diffs:
diff --git a/compiler-rt-git/Makefile b/compiler-rt-git/Makefile
index 002599f..f2bf6b3 100644
--- a/compiler-rt-git/Makefile
+++ b/compiler-rt-git/Makefile
@@ -1,6 +1,6 @@
# $NetBSD: Makefile.common,v 1.7 2015/07/20 05:49:53 adam Exp $
-PKGNAME= compiler-rt-3.9.0
+PKGNAME= compiler-rt-4.0.0
CATEGORIES= lang devel
GIT_REPOSITORIES= compiler-rt
@@ -18,8 +18,8 @@ USE_CMAKE= yes
GCC_REQD+= 4.8
CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=Release
-CMAKE_ARGS+= -DCMAKE_C_COMPILER=gcc
-CMAKE_ARGS+= -DCMAKE_CXX_COMPILER=g++
+CMAKE_ARGS+= -DCMAKE_C_COMPILER=${CC:Q}
+CMAKE_ARGS+= -DCMAKE_CXX_COMPILER=${CXX:Q}
CMAKE_ARG_PATH= ${WRKDIR}/compiler-rt
Home |
Main Index |
Thread Index |
Old Index