pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/cmake



Module Name:    pkgsrc
Committed By:   maya
Date:           Thu Apr 12 08:40:27 UTC 2018

Modified Files:
        pkgsrc/devel/cmake: Makefile

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.143 -r1.144 pkgsrc/devel/cmake/Makefile

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

Modified files:

Index: pkgsrc/devel/cmake/Makefile
diff -u pkgsrc/devel/cmake/Makefile:1.143 pkgsrc/devel/cmake/Makefile:1.144
--- pkgsrc/devel/cmake/Makefile:1.143   Sun Apr  8 21:47:15 2018
+++ pkgsrc/devel/cmake/Makefile Thu Apr 12 08:40:27 2018
@@ -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 @@ LICENSE=      modified-bsd
 
 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