Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-7-0]: src/x11/lib/ICE Apply patch (requested by mrg in ticket #13...



details:   https://anonhg.NetBSD.org/src/rev/5d59f27bf98b
branches:  netbsd-7-0
changeset: 801296:5d59f27bf98b
user:      snj <snj%NetBSD.org@localhost>
date:      Tue Mar 07 20:18:25 2017 +0000

description:
Apply patch (requested by mrg in ticket #1380):
Define HAVE_ARC4RANDOM_BUF.

diffstat:

 x11/lib/ICE/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 3c9ada58d40d -r 5d59f27bf98b x11/lib/ICE/Makefile
--- a/x11/lib/ICE/Makefile      Mon Mar 06 03:34:33 2017 +0000
+++ b/x11/lib/ICE/Makefile      Tue Mar 07 20:18:25 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2003/09/13 20:18:43 lukem Exp $
+#      $NetBSD: Makefile,v 1.2.76.1 2017/03/07 20:18:25 snj Exp $
 
 .include <bsd.own.mk>
 
@@ -25,6 +25,7 @@
 CPPFLAGS.misc.c=       $(TRANS_INCLUDES) $(CONN_DEFINES)
 CPPFLAGS.shutdown.c=   $(TRANS_INCLUDES) $(CONN_DEFINES)
 CPPFLAGS.transport.c=  $(TRANS_INCLUDES) $(CONN_DEFINES) $(SOCK_DEFINES)
+CPPFLAGS+=             -DHAVE_ARC4RANDOM_BUF
 
 .include <bsd.x11.mk>
 .include <bsd.lib.mk>



Home | Main Index | Thread Index | Old Index