pkgsrc-WIP-changes archive

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

compiler-rt: Fix buildlink3.mk



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Sep 24 20:47:25 2016 +0200
Changeset:	13e68e5ab51ffa6324f3971dff38202b865a5f4b

Modified Files:
	compiler-rt-git/buildlink3.mk

Log Message:
compiler-rt: Fix buildlink3.mk

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

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

diffstat:
 compiler-rt-git/buildlink3.mk | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diffs:
diff --git a/compiler-rt-git/buildlink3.mk b/compiler-rt-git/buildlink3.mk
index 7814523..904e0e5 100644
--- a/compiler-rt-git/buildlink3.mk
+++ b/compiler-rt-git/buildlink3.mk
@@ -1,14 +1,14 @@
 # $NetBSD$
 
-BUILDLINK_TREE+=	libcxx
+BUILDLINK_TREE+=	compiler-rt
 
-.if !defined(LIBCXX_BUILDLINK3_MK)
-LIBCXX_BUILDLINK3_MK:=
+.if !defined(COMPILER_RT_BUILDLINK3_MK)
+COMPILER_RT_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.libcxx+=	libcxx>=3.9.0nb20151127
-BUILDLINK_PKGSRCDIR.libcxx?=	../../wip/libcxx-git
+BUILDLINK_API_DEPENDS.compiler-rt+=	compiler-rt>=4.0.0nb20160924
+BUILDLINK_PKGSRCDIR.compiler-rt?=	../../wip/compiler-rt-git
 
 .include "../../wip/llvm-git/buildlink3.mk"
-.endif	# LIBCXX_BUILDLINK3_MK
+.endif	# COMPILER_RT_BUILDLINK3_MK
 
-BUILDLINK_TREE+=	-libcxx
+BUILDLINK_TREE+=	-compiler-rt


Home | Main Index | Thread Index | Old Index