git: ff4ea144c82e - main - devel/wasi-compiler-rt: drop devel/wasi-libc BUILD_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 19 Mar 2026 06:39:17 UTC
The branch main has been updated by vishwin:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ff4ea144c82ee0097a7053b9b4ac7a574c1784df
commit ff4ea144c82ee0097a7053b9b4ac7a574c1784df
Author: Charlie Li <vishwin@FreeBSD.org>
AuthorDate: 2026-03-19 06:23:58 +0000
Commit: Charlie Li <vishwin@FreeBSD.org>
CommitDate: 2026-03-19 06:23:58 +0000
devel/wasi-compiler-rt: drop devel/wasi-libc BUILD_DEPENDS
std{arg,def}.h are shipped in the LLVM ports and the build references
them there rather than the mechanical copies in devel/wasi-libc.
Also needed to reverse the dependency order for newer devel/wasi-libc.
---
devel/wasi-compiler-rt/Makefile | 1 -
1 file changed, 1 deletion(-)
diff --git a/devel/wasi-compiler-rt/Makefile b/devel/wasi-compiler-rt/Makefile
index 77fcc3afc679..eb84840cd01e 100644
--- a/devel/wasi-compiler-rt/Makefile
+++ b/devel/wasi-compiler-rt/Makefile
@@ -24,7 +24,6 @@ USES= cmake tar:xz
IGNORE= is a meta-port; there is nothing to build
PKGNAMESUFFIX= -master
.else
-BUILD_DEPENDS= ${WASI_SYSROOT}/include/stdarg.h:devel/wasi-libc@${LLVM_VERSION}
USES+= llvm:${LLVM_SUFFIX}
.endif