pkgsrc-WIP-changes archive

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

lld-git: Require c++11




To: pkgsrc-wip-changes%NetBSD.org@localhost

Subject: lld-git: Require c++11

From: Kamil Rytarowski <n54%gmx.com@localhost>

Date: Sat, 06 May 2017 02:23:39 +0000


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"




Prev by Date: lldb-netbsd: Reduce delta with other LLDB packages

Next by Date: netbsd-make: update to version 20170421

Previous by Thread: lldb-netbsd: Reduce delta with other LLDB packages

Next by Thread: netbsd-make: update to version 20170421

Indexes:

reverse Date

reverse Thread

Old Index



Home | Main Index | Thread Index | Old Index