Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/mit/xorg/bin/lndir set -DHAVE_STRLCPY -DHAVE_STRLCA...
details: https://anonhg.NetBSD.org/src/rev/7c7c63356056
branches: trunk
changeset: 372959:7c7c63356056
user: mrg <mrg%NetBSD.org@localhost>
date: Sun Jan 08 09:55:38 2023 +0000
description:
set -DHAVE_STRLCPY -DHAVE_STRLCAT for new lndir.
diffstat:
external/mit/xorg/bin/lndir/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (16 lines):
diff -r 1d27050b4d7c -r 7c7c63356056 external/mit/xorg/bin/lndir/Makefile
--- a/external/mit/xorg/bin/lndir/Makefile Sun Jan 08 09:10:58 2023 +0000
+++ b/external/mit/xorg/bin/lndir/Makefile Sun Jan 08 09:55:38 2023 +0000
@@ -1,9 +1,11 @@
-# $NetBSD: Makefile,v 1.1 2010/11/21 02:43:31 mrg Exp $
+# $NetBSD: Makefile,v 1.2 2023/01/08 09:55:38 mrg Exp $
.include <bsd.own.mk>
PROG= lndir
+CPPFLAGS+= -DHAVE_STRLCPY -DHAVE_STRLCAT
+
.PATH: ${X11SRCDIR.${PROG}}
.include <bsd.x11.mk>
Home |
Main Index |
Thread Index |
Old Index