pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/libLLVM



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Mar 20 17:51:57 UTC 2020

Modified Files:
        pkgsrc/lang/libLLVM: Makefile

Log Message:
libLLVM: Bump GCC_REQD


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/lang/libLLVM/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/libLLVM/Makefile
diff -u pkgsrc/lang/libLLVM/Makefile:1.35 pkgsrc/lang/libLLVM/Makefile:1.36
--- pkgsrc/lang/libLLVM/Makefile:1.35   Fri Mar  6 22:44:18 2020
+++ pkgsrc/lang/libLLVM/Makefile        Fri Mar 20 17:51:57 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2020/03/06 22:44:18 tnn Exp $
+# $NetBSD: Makefile,v 1.36 2020/03/20 17:51:57 nia Exp $
 
 DISTNAME=      llvm-9.0.1.src
 PKGNAME=       ${DISTNAME:S/llvm/libLLVM/:S/.src//}
@@ -13,7 +13,7 @@ LICENSE=      modified-bsd
 
 USE_LANGUAGES=         c c++11
 USE_CMAKE=             yes
-GCC_REQD+=             4.8
+GCC_REQD+=             5
 PYTHON_FOR_BUILD_ONLY= yes
 
 CONFIGURE_DIRS=                ${WRKDIR}/build



Home | Main Index | Thread Index | Old Index