pkgsrc-WIP-changes archive

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

clang-netbsd: No need to set -DLLVM_LIT any more



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Fri Jun 16 23:05:26 2017 +0200
Changeset:	9f86c1ce57e0ea18fe864f3a31c7522c5dc9a651

Modified Files:
	clang-netbsd/Makefile.common

Log Message:
clang-netbsd: No need to set -DLLVM_LIT any more

py-llvm-lit-netbsd installs now bin/lit that is detected automatically.

Sponsored by <The NetBSD Foundation>

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9f86c1ce57e0ea18fe864f3a31c7522c5dc9a651

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 clang-netbsd/Makefile.common | 1 -
 1 file changed, 1 deletion(-)

diffs:
diff --git a/clang-netbsd/Makefile.common b/clang-netbsd/Makefile.common
index 2ea198b3c4..24c05bef02 100644
--- a/clang-netbsd/Makefile.common
+++ b/clang-netbsd/Makefile.common
@@ -105,7 +105,6 @@ CMAKE_ARGS+=		-DLLVM_INCLUDE_TESTS=OFF
 CMAKE_ARGS+=		-DCLANG_INCLUDE_TESTS=ON
 TEST_TARGET=		check-clang
 TEST_ENV+=		LD_LIBRARY_PATH=${WRKDIR}/build/lib
-CMAKE_ARGS+=		-DLLVM_LIT=llvm-lit-${PYVERSSUFFIX}
 
 post-extract:
 	${RUN} mkdir -p ${WRKDIR}/build


Home | Main Index | Thread Index | Old Index