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/20242f149118
branches: trunk
changeset: 351898:20242f149118
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 1bb8fd8174b7 -r 20242f149118 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