Module Name:    src
Committed By:   mrg
Date:           Sun Mar  3 09:19:02 UTC 2019

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

Log Message:
define HAVE_INET_ATON for new xhost.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/mit/xorg/bin/xhost/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/xhost/Makefile
diff -u src/external/mit/xorg/bin/xhost/Makefile:1.3 src/external/mit/xorg/bin/xhost/Makefile:1.4
--- src/external/mit/xorg/bin/xhost/Makefile:1.3	Thu Jan  3 23:39:47 2019
+++ src/external/mit/xorg/bin/xhost/Makefile	Sun Mar  3 09:19:02 2019
@@ -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

Reply via email to