pkgsrc-Changes-HG archive

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

pkgsrc: cmake: require GCC 4.8 (to go along with c++11)



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d6d23dfe4222
branches:  trunk
changeset: 306186:d6d23dfe4222
user:      maya <maya%pkgsrc.org@localhost>
date:      Thu Apr 12 08:40:27 2018 +0000
description:
cmake: require GCC 4.8 (to go along with c++11)

from xalopp in https://github.com/NetBSD/pkgsrc/pull/21

diffstat:

 devel/cmake/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 8479ba90bca6 -r d6d23dfe4222 devel/cmake/Makefile
--- a/devel/cmake/Makefile      Thu Apr 12 08:39:39 2018 +0000
+++ b/devel/cmake/Makefile      Thu Apr 12 08:40:27 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.143 2018/04/08 21:47:15 wiz Exp $
+# $NetBSD: Makefile,v 1.144 2018/04/12 08:40:27 maya Exp $
 
 .include "Makefile.version"
 
@@ -14,6 +14,7 @@
 
 USE_TOOLS+=            gmake
 USE_LANGUAGES=         c c++11
+GCC_REQD+=             4.8
 HAS_CONFIGURE=         yes
 CONFIGURE_SCRIPT=      bootstrap
 



Home | Main Index | Thread Index | Old Index