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/xauth define HAVE_STRLCPY.



details:   https://anonhg.NetBSD.org/src/rev/c9216ac1b9a9
branches:  trunk
changeset: 822149:c9216ac1b9a9
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sat Mar 04 23:23:21 2017 +0000

description:
define HAVE_STRLCPY.

diffstat:

 external/mit/xorg/bin/xauth/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 19044d51b47d -r c9216ac1b9a9 external/mit/xorg/bin/xauth/Makefile
--- a/external/mit/xorg/bin/xauth/Makefile      Sat Mar 04 19:11:01 2017 +0000
+++ b/external/mit/xorg/bin/xauth/Makefile      Sat Mar 04 23:23:21 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.5 2014/07/13 16:35:49 joerg Exp $
+#      $NetBSD: Makefile,v 1.6 2017/03/04 23:23:21 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -6,6 +6,7 @@
 SRCS=  xauth.c gethost.c process.c parsedpy.c
 
 CPPFLAGS+=             -DRETSIGTYPE=void -DPACKAGE_VERSION=\"1.0.8\"
+CPPFLAGS+=             -DHAVE_STRLCPY
 CPPFLAGS.gethost.c=    ${X11FLAGS.CONNECTION}
 CPPFLAGS.parsedpy.c=   ${X11FLAGS.CONNECTION}
 



Home | Main Index | Thread Index | Old Index