summaryrefslogtreecommitdiff
path: root/lang/clang/Makefile
blob: 9e927b8baeb5a104f5cb0f22d6709cd76f1b69fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $NetBSD: Makefile,v 1.45 2018/10/24 21:12:59 maya Exp $

PKGNAME=		${DISTNAME:S/.src//:S/cfe/clang/}
PKGREVISION=		1
PYTHON_FOR_BUILD_ONLY=	yes

CMAKE_ARGS+=	-DCLANG_ENABLE_STATIC_ANALYZER=OFF

# There are some contrib utilities written in python here.
# We don't want to add a python runtime dependency for that.
CHECK_INTERPRETER_SKIP+=	share/clang/*

.include "../../lang/clang/Makefile.common"