pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/llvm



Module Name:    pkgsrc
Committed By:   maya
Date:           Mon Sep  9 10:53:23 UTC 2019

Modified Files:
        pkgsrc/lang/llvm: Makefile

Log Message:
llvm: bump GCC_REQD. configure will fail with GCC < 5.1.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/lang/llvm/Makefile

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

Modified files:

Index: pkgsrc/lang/llvm/Makefile
diff -u pkgsrc/lang/llvm/Makefile:1.43 pkgsrc/lang/llvm/Makefile:1.44
--- pkgsrc/lang/llvm/Makefile:1.43      Thu Aug 22 14:49:25 2019
+++ pkgsrc/lang/llvm/Makefile   Mon Sep  9 10:53:23 2019
@@ -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 @@ LICENSE=      modified-bsd
 
 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