Module Name: src
Committed By: snj
Date: Tue Mar 7 20:18:25 UTC 2017
Modified Files:
src/x11/lib/ICE [netbsd-7-0]: Makefile
Log Message:
Apply patch (requested by mrg in ticket #1380):
Define HAVE_ARC4RANDOM_BUF.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.2.76.1 src/x11/lib/ICE/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/x11/lib/ICE/Makefile
diff -u src/x11/lib/ICE/Makefile:1.2 src/x11/lib/ICE/Makefile:1.2.76.1
--- src/x11/lib/ICE/Makefile:1.2 Sat Sep 13 20:18:43 2003
+++ src/x11/lib/ICE/Makefile Tue Mar 7 20:18:25 2017
@@ -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.listenwk.c= $(TRANS_INCLUDES) $
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>