pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/wasi-libc



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Thu Apr  9 18:44:08 UTC 2026

Modified Files:
        pkgsrc/lang/wasi-libc: Makefile

Log Message:
wasi-libc: fix grammar in a comment


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/lang/wasi-libc/Makefile

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

Modified files:

Index: pkgsrc/lang/wasi-libc/Makefile
diff -u pkgsrc/lang/wasi-libc/Makefile:1.26 pkgsrc/lang/wasi-libc/Makefile:1.27
--- pkgsrc/lang/wasi-libc/Makefile:1.26 Wed Mar 25 22:56:28 2026
+++ pkgsrc/lang/wasi-libc/Makefile      Thu Apr  9 18:44:08 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2026/03/25 22:56:28 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2026/04/09 18:44:08 gutteridge Exp $
 
 DISTNAME=      wasi-libc-0.0.0pre20250809
 CATEGORIES=    lang
@@ -47,8 +47,8 @@ MAKE_FLAGS+=  INSTALL_DIR=${DESTDIR}${PRE
 #BUILD_TARGET= finish
 BUILD_TARGET=  no-check-symbols
 
-# iconv.h from libiconv get pulled in on SunOS (via clang)
-# It conflicts with musl libc so must be removed.
+# iconv.h from libiconv gets pulled in on SunOS (via clang).
+# It conflicts with musl libc, so must be removed.
 pre-configure:
        rm -f ${BUILDLINK_DIR}/include/iconv.h
        ${MKDIR} ${WRKSRC}/build/wasm32-wasi/resource-dir/lib/wasi



Home | Main Index | Thread Index | Old Index