Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/0cdc1ad95204
branches:  netbsd-7
changeset: 800144:0cdc1ad95204
user:      snj <snj%NetBSD.org@localhost>
date:      Tue Mar 07 20:17:58 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 62eac7ef9b8f -r 0cdc1ad95204 x11/lib/ICE/Makefile
--- a/x11/lib/ICE/Makefile      Mon Mar 06 04:10:00 2017 +0000
+++ b/x11/lib/ICE/Makefile      Tue Mar 07 20:17:58 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2003/09/13 20:18:43 lukem Exp $
+#      $NetBSD: Makefile,v 1.2.74.1 2017/03/07 20:17:58 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