diff options
author | wiz <wiz@pkgsrc.org> | 2022-07-09 08:16:02 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-07-09 08:16:02 +0000 |
commit | c77439ac24acc40712df710d9d6b3ebe5c735174 (patch) | |
tree | 87317edafea3ed958460c0f6c14829fa9c2f9dd7 /lang | |
parent | d02230e17559e483ad9327e6de070da9d54d011e (diff) | |
download | pkgsrc-c77439ac24acc40712df710d9d6b3ebe5c735174.tar.gz |
llvm: does not support python 2.7
Diffstat (limited to 'lang')
-rw-r--r-- | lang/libLLVM/Makefile | 4 | ||||
-rw-r--r-- | lang/llvm/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/lang/libLLVM/Makefile b/lang/libLLVM/Makefile index 300e83a2b5e..bfdbdc3b2fa 100644 --- a/lang/libLLVM/Makefile +++ b/lang/libLLVM/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2022/06/28 11:34:13 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2022/07/09 08:16:02 wiz Exp $ DISTNAME= llvm-13.0.1.src PKGNAME= ${DISTNAME:S/llvm/libLLVM/:S/.src//} @@ -19,6 +19,8 @@ USE_CMAKE= yes GCC_REQD+= 5 PYTHON_FOR_BUILD_ONLY= yes +PYTHON_VERSIONS_INCOMPATIBLE= 27 + CONFIGURE_DIRS= ${WRKDIR}/build CMAKE_ARG_PATH= ${WRKSRC} diff --git a/lang/llvm/Makefile b/lang/llvm/Makefile index b25fffe6ff0..df229295fe3 100644 --- a/lang/llvm/Makefile +++ b/lang/llvm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.71 2022/06/28 11:34:13 wiz Exp $ +# $NetBSD: Makefile,v 1.72 2022/07/09 08:16:02 wiz Exp $ # # when updating this, please also update: # devel/include-what-you-use @@ -38,6 +38,8 @@ USE_CMAKE= yes GCC_REQD+= 5 PYTHON_FOR_BUILD_ONLY= yes +PYTHON_VERSIONS_INCOMPATIBLE= 27 + NOT_FOR_PLATFORM+= *-*-alpha NOT_FOR_PLATFORM+= *-*-vax |