pkgsrc/lang/clang/Makefile
kamil cfcac6d0b1 lld: Cherry-pick NetBSD LLD pending patch from review
[LLD] Add NetBSD support as a new flavor of LLD (nb.lld)
https://reviews.llvm.org/D69755
2019-11-03 11:55:53 +00:00

16 lines
415 B
Makefile

# $NetBSD: Makefile,v 1.53 2019/11/03 11:55:53 kamil Exp $
.include "Makefile.common"
PKGNAME= ${DISTNAME:S/.src//:S/cfe/clang/}
PKGREVISION= 3
CMAKE_ARGS+= -DCLANG_ENABLE_STATIC_ANALYZER=OFF
PYTHON_FOR_BUILD_ONLY= yes
# 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 "../../mk/bsd.pkg.mk"