pkgsrc-WIP-changes archive

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

wasi-compiler-rt: tool depend on wip/lld



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Wed May 27 07:59:51 2026 +0200
Changeset:	448878f9125d9e1e7c933728244bba3a42e7b248

Modified Files:
	wasi-compiler-rt/Makefile

Log Message:
wasi-compiler-rt: tool depend on wip/lld

This has no effect but, seems more correct.

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

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

diffstat:
 wasi-compiler-rt/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/wasi-compiler-rt/Makefile b/wasi-compiler-rt/Makefile
index 18dfa3e3fb..069d2ae9cc 100644
--- a/wasi-compiler-rt/Makefile
+++ b/wasi-compiler-rt/Makefile
@@ -16,7 +16,7 @@ DISTINFO_FILE=	${.CURDIR}/../../wip/compiler-rt/distinfo
 NOT_FOR_PLATFORM=	NetBSD-[0-7].*-*
 
 TOOL_DEPENDS+=	cmake-[0-9]*:../../devel/cmake
-TOOL_DEPENDS+=	lld-${LLVM_VERSION}*:../../devel/lld
+TOOL_DEPENDS+=	lld-${LLVM_VERSION}*:../../wip/lld
 
 USE_LANGUAGES=	c99 c++17
 USE_TOOLS+=	ggrep


Home | Main Index | Thread Index | Old Index