Download raw body.
lang/wasi-libc: Mark port as c lang only to fix wantlibs
This is a c only port that currently has extra wantlibs on both
sparc64 (estdc++.19) and amd64 (c++.10 c++abi.7 pthread.27).
Marking it as c only corrects that.
okay?
Index: Makefile
===================================================================
RCS file: /cvs/ports/lang/wasi-libc/Makefile,v
retrieving revision 1.9
diff -u -p -u -r1.9 Makefile
--- Makefile 18 Dec 2023 07:33:09 -0000 1.9
+++ Makefile 26 Dec 2024 15:20:10 -0000
@@ -5,6 +5,8 @@ GH_PROJECT = wasi-libc
GH_COMMIT = 9c17f5235c7977cb2a000990eb8c605a25a80adf
DISTNAME = wasi-libc-0.20231121
+REVISION = 0
+
DISTFILES = ${GH_DISTFILE}
DISTFILES.h = wasi-libc-llvm13-std-headers.tar.gz
SITES.h = https://nerd.hu/distfiles/
@@ -15,6 +17,7 @@ CATEGORIES = lang
PERMIT_PACKAGE = Yes
COMPILER = ports-clang
+COMPILER_LANGS =c
USE_GMAKE = yes
ALL_TARGET = finish
lang/wasi-libc: Mark port as c lang only to fix wantlibs