Module Name: src
Committed By: kamil
Date: Sun Jun 24 19:27:26 UTC 2018
Modified Files:
src/external/gpl2/gettext/lib/libnlspr: Makefile
Log Message:
Fix typo in previous
The -Wno-format-extra-args argument to Clang/LLVM needs trailing 's'.
Noted by <joerg>
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/gpl2/gettext/lib/libnlspr/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl2/gettext/lib/libnlspr/Makefile
diff -u src/external/gpl2/gettext/lib/libnlspr/Makefile:1.4 src/external/gpl2/gettext/lib/libnlspr/Makefile:1.5
--- src/external/gpl2/gettext/lib/libnlspr/Makefile:1.4 Sat Jun 23 20:15:23 2018
+++ src/external/gpl2/gettext/lib/libnlspr/Makefile Sun Jun 24 19:27:26 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2018/06/23 20:15:23 kamil Exp $
+# $NetBSD: Makefile,v 1.5 2018/06/24 19:27:26 kamil Exp $
LIBISPRIVATE= yes
@@ -102,7 +102,7 @@ COPTS.write-tcl.c = -Wno-stack-protector
COPTS.msgl-fsearch.c = -Wno-variably-modified
CWARNFLAGS.clang+= -Wno-tautological-compare
-CWARNFLAGS.clang+= -Wno-format-extra-arg
+CWARNFLAGS.clang+= -Wno-format-extra-args
.include <bsd.lib.mk>