pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/llvm llvm: bump GCC_REQD. configure will fail wit...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6a6d463ca36c
branches: trunk
changeset: 401017:6a6d463ca36c
user: maya <maya%pkgsrc.org@localhost>
date: Mon Sep 09 10:53:23 2019 +0000
description:
llvm: bump GCC_REQD. configure will fail with GCC < 5.1.
diffstat:
lang/llvm/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r c9faa0c3e641 -r 6a6d463ca36c lang/llvm/Makefile
--- a/lang/llvm/Makefile Mon Sep 09 10:08:54 2019 +0000
+++ b/lang/llvm/Makefile Mon Sep 09 10:53:23 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2019/08/22 14:49:25 nia Exp $
+# $NetBSD: Makefile,v 1.44 2019/09/09 10:53:23 maya Exp $
#
# when updating this, please also update:
# devel/include-what-you-use
@@ -38,7 +38,7 @@
USE_LANGUAGES= c c++11
USE_CMAKE= yes
-GCC_REQD+= 4.8
+GCC_REQD+= 5.1
PYTHON_FOR_BUILD_ONLY= yes
CONFIGURE_DIRS= ${WRKDIR}/build
Home |
Main Index |
Thread Index |
Old Index