diff options
author | nia <nia@pkgsrc.org> | 2020-03-20 17:51:57 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-03-20 17:51:57 +0000 |
commit | 6656030e176eaf5fa6e233b8e12b233211274146 (patch) | |
tree | 98869c0a54529cd3debbc8b81cc07ac5f2fbb887 /lang/libLLVM/Makefile | |
parent | d78cd46db686f0782df1eb4cdb1838ba6d5bf2bb (diff) | |
download | pkgsrc-6656030e176eaf5fa6e233b8e12b233211274146.tar.gz |
libLLVM: Bump GCC_REQD
Diffstat (limited to 'lang/libLLVM/Makefile')
-rw-r--r-- | lang/libLLVM/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/libLLVM/Makefile b/lang/libLLVM/Makefile index 127806c3a88..44061cef3f9 100644 --- a/lang/libLLVM/Makefile +++ b/lang/libLLVM/Makefile @@ -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 |