pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/wm/fvwm3
Module Name: pkgsrc
Committed By: gutteridge
Date: Tue Sep 9 22:05:30 UTC 2025
Modified Files:
pkgsrc/wm/fvwm3: hacks.mk
Log Message:
fvwm3: fix a typo in a comment
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/wm/fvwm3/hacks.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/wm/fvwm3/hacks.mk
diff -u pkgsrc/wm/fvwm3/hacks.mk:1.1 pkgsrc/wm/fvwm3/hacks.mk:1.2
--- pkgsrc/wm/fvwm3/hacks.mk:1.1 Mon Sep 8 07:05:27 2025
+++ pkgsrc/wm/fvwm3/hacks.mk Tue Sep 9 22:05:30 2025
@@ -1,4 +1,4 @@
-# $NetBSD: hacks.mk,v 1.1 2025/09/08 07:05:27 vins Exp $
+# $NetBSD: hacks.mk,v 1.2 2025/09/09 22:05:30 gutteridge Exp $
.if !defined(FVWM3_HACKS_MK)
FVWM3_HACKS_MK= defined
@@ -7,7 +7,7 @@ FVWM3_HACKS_MK= defined
### The second argument of iconv() is of type `char **' in some
### implementations (including GNU libiconv), while it expects a `const char **'
### type in some others (at the very least on SunOS and NetBSD up to 9.*).
-### This is a knwon issue. See https://gnats.netbsd.org/57672.
+### This is a known issue. See https://gnats.netbsd.org/57672.
### Use the SUBST framework to fix the iconv prototype mismatch when needed.
.if (${OPSYS} == "NetBSD" && ${OPSYS_VERSION} < 100000) || ${OPSYS} == "SunOS"
Home |
Main Index |
Thread Index |
Old Index