Module Name: src
Committed By: christos
Date: Fri Feb 26 00:41:56 UTC 2021
Modified Files:
src/external/bsd/nvi/usr.bin/nvi: Makefile
Log Message:
Put back local regex (thanks Rin)
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/external/bsd/nvi/usr.bin/nvi/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/bsd/nvi/usr.bin/nvi/Makefile
diff -u src/external/bsd/nvi/usr.bin/nvi/Makefile:1.23 src/external/bsd/nvi/usr.bin/nvi/Makefile:1.24
--- src/external/bsd/nvi/usr.bin/nvi/Makefile:1.23 Thu Feb 25 16:56:35 2021
+++ src/external/bsd/nvi/usr.bin/nvi/Makefile Thu Feb 25 19:41:56 2021
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.23 2021/02/25 21:56:35 christos Exp $
+# $NetBSD: Makefile,v 1.24 2021/02/26 00:41:56 christos Exp $
.include <bsd.own.mk>
USE_WIDECHAR?=yes
-USE_BUILTIN_REGEX?=no # Our regex supports widechar
+USE_BUILTIN_REGEX?=yes # Although our regex supports widechar nvi requires
+ # a non-standard API
WARNS= 5