Source-Changes-HG archive

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

[src/netbsd-6]: src Apply patch (requested by mrg in ticket #1442):



details:   https://anonhg.NetBSD.org/src/rev/63ec14e3081f
branches:  netbsd-6
changeset: 777144:63ec14e3081f
user:      snj <snj%NetBSD.org@localhost>
date:      Tue Mar 07 21:01:28 2017 +0000

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

diffstat:

 external/mit/xorg/lib/libICE/Makefile |  3 ++-
 x11/lib/ICE/Makefile                  |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r 8613583ed4eb -r 63ec14e3081f external/mit/xorg/lib/libICE/Makefile
--- a/external/mit/xorg/lib/libICE/Makefile     Tue Mar 07 07:25:56 2017 +0000
+++ b/external/mit/xorg/lib/libICE/Makefile     Tue Mar 07 21:01:28 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2008/09/13 04:32:30 cube Exp $
+#      $NetBSD: Makefile,v 1.2.24.1 2017/03/07 21:01:28 snj Exp $
 
 .include <bsd.own.mk>
 
@@ -17,6 +17,7 @@
 SOCK_DEFINES=  -DBSD44SOCKETS
 
 CPPFLAGS+=     $(TRANS_INCLUDES) $(CONN_DEFINES) $(SOCK_DEFINES)
+CPPFLAGS+=     -DHAVE_ARC4RANDOM_BUF
 
 PKGDIST=       ${LIB}
 
diff -r 8613583ed4eb -r 63ec14e3081f x11/lib/ICE/Makefile
--- a/x11/lib/ICE/Makefile      Tue Mar 07 07:25:56 2017 +0000
+++ b/x11/lib/ICE/Makefile      Tue Mar 07 21:01:28 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2003/09/13 20:18:43 lukem Exp $
+#      $NetBSD: Makefile,v 1.2.56.1 2017/03/07 21:01:29 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