Module Name:    src
Committed By:   mrg
Date:           Sun Jul 19 05:53:44 UTC 2015

Modified Files:
        src/external/mit/xorg/lib/libXdmcp: Makefile

Log Message:
enable arc4random_buf() use.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/mit/xorg/lib/libXdmcp/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/lib/libXdmcp/Makefile
diff -u src/external/mit/xorg/lib/libXdmcp/Makefile:1.3 src/external/mit/xorg/lib/libXdmcp/Makefile:1.4
--- src/external/mit/xorg/lib/libXdmcp/Makefile:1.3	Sun Nov 21 23:52:15 2010
+++ src/external/mit/xorg/lib/libXdmcp/Makefile	Sun Jul 19 05:53:44 2015
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.3 2010/11/21 23:52:15 mrg Exp $
+#	$NetBSD: Makefile,v 1.4 2015/07/19 05:53:44 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -19,8 +19,9 @@ SRCS=	Array.c \
 INCS=	Xdmcp.h
 INCSDIR=${X11INCDIR}/X11
 
-CPPFLAGS+=${X11FLAGS.THREADLIB}
-CPPFLAGS+=-DHASXDMAUTH
+CPPFLAGS+=	${X11FLAGS.THREADLIB}
+CPPFLAGS+=	-DHASXDMAUTH
+CPPFLAGS+=	-DHAVE_ARC4RANDOM_BUF
 
 PKGDIST=	${LIB}
 

Reply via email to