pkgsrc-WIP-changes archive

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

lld-git: Require c++11



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat May 6 04:23:39 2017 +0200
Changeset:	8c6cc6cbf9c4448ff4a183ccce838aee8c12414a

Modified Files:
	lld-git/Makefile
	lld-git/buildlink3.mk

Log Message:
lld-git: Require c++11

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

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

diffstat:
 lld-git/Makefile      | 2 +-
 lld-git/buildlink3.mk | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/lld-git/Makefile b/lld-git/Makefile
index 02c5b37691..c92ac14b2e 100644
--- a/lld-git/Makefile
+++ b/lld-git/Makefile
@@ -15,7 +15,7 @@ WRKSRC=			${WRKDIR}/${PKGBASE}
 CONFIGURE_DIRS=		${WRKDIR}/build
 CMAKE_ARG_PATH=		${WRKSRC}
 
-USE_LANGUAGES=		c c++
+USE_LANGUAGES=		c c++11
 USE_CMAKE=		yes
 GCC_REQD+=		4.8
 
diff --git a/lld-git/buildlink3.mk b/lld-git/buildlink3.mk
index 98c67fd040..8bd20c760b 100644
--- a/lld-git/buildlink3.mk
+++ b/lld-git/buildlink3.mk
@@ -5,7 +5,7 @@ BUILDLINK_TREE+=	lld
 .if !defined(LLD_BUILDLINK3_MK)
 LLD_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.lld+=	lld>=4.0.0nb20160910
+BUILDLINK_API_DEPENDS.lld+=	lld>=5.0.0
 BUILDLINK_PKGSRCDIR.lld?=	../../wip/lld-git
 
 .include "../../wip/llvm-git/buildlink3.mk"


Home | Main Index | Thread Index | Old Index