CVS commit: src/external/mit/xorg/bin/lndir

2023-01-08 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Jan  8 09:55:38 UTC 2023

Modified Files:
src/external/mit/xorg/bin/lndir: Makefile

Log Message:
set -DHAVE_STRLCPY -DHAVE_STRLCAT for new lndir.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/mit/xorg/bin/lndir/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/mit/xorg/bin/lndir/Makefile
diff -u src/external/mit/xorg/bin/lndir/Makefile:1.1 src/external/mit/xorg/bin/lndir/Makefile:1.2
--- src/external/mit/xorg/bin/lndir/Makefile:1.1	Sun Nov 21 02:43:31 2010
+++ src/external/mit/xorg/bin/lndir/Makefile	Sun Jan  8 09:55:38 2023
@@ -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 
 
 PROG=	lndir
 
+CPPFLAGS+=	-DHAVE_STRLCPY -DHAVE_STRLCAT 
+
 .PATH:	${X11SRCDIR.${PROG}}
 
 .include 



CVS commit: src/external/mit/xorg/bin/lndir

2023-01-08 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Jan  8 09:55:38 UTC 2023

Modified Files:
src/external/mit/xorg/bin/lndir: Makefile

Log Message:
set -DHAVE_STRLCPY -DHAVE_STRLCAT for new lndir.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/mit/xorg/bin/lndir/Makefile

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