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/xhost define HAVE_INET_ATON for new xh...



details:   https://anonhg.NetBSD.org/src/rev/9ada4d1729d0
branches:  trunk
changeset: 449306:9ada4d1729d0
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Mar 03 09:19:02 2019 +0000

description:
define HAVE_INET_ATON for new xhost.

diffstat:

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

diffs (16 lines):

diff -r 2da9a28c110a -r 9ada4d1729d0 external/mit/xorg/bin/xhost/Makefile
--- a/external/mit/xorg/bin/xhost/Makefile      Sun Mar 03 07:04:40 2019 +0000
+++ b/external/mit/xorg/bin/xhost/Makefile      Sun Mar 03 09:19:02 2019 +0000
@@ -1,10 +1,11 @@
-#      $NetBSD: Makefile,v 1.3 2019/01/03 23:39:47 mrg Exp $
+#      $NetBSD: Makefile,v 1.4 2019/03/03 09:19:02 mrg Exp $
 
 .include <bsd.own.mk>
 
 PROG=  xhost
 
 CPPFLAGS+=${X11FLAGS.CONNECTION} -DBSD44SOCKETS
+CPPFLAGS+=-DHAVE_INET_ATON
 
 .if (${USE_INET6} != "no")
 CPPFLAGS+=      -DIPv6



Home | Main Index | Thread Index | Old Index