View | Details | Raw Unified | Return to bug 230756 | Differences between
and this patch

Collapse All | Expand All

(-)net-p2p/gtk-gnutella/Makefile (+1 lines)
Lines 3-8 Link Here
3
PORTNAME=	gtk-gnutella
3
PORTNAME=	gtk-gnutella
4
PORTVERSION=	1.1.13
4
PORTVERSION=	1.1.13
5
PORTREVISION=	1
5
CATEGORIES=	net-p2p ipv6
6
CATEGORIES=	net-p2p ipv6
6
MASTER_SITES=	SF
7
MASTER_SITES=	SF
(-)net-p2p/gtk-gnutella/files/patch-src_lib_arc4random.c (+14 lines)
Line 0 Link Here
1
--- src/lib/arc4random.c.orig	2017-10-22 16:12:09 UTC
2
+++ src/lib/arc4random.c
3
@@ -298,9 +298,11 @@ arc4random64(void)
4
 void G_COLD
5
 arc4random_stir_once(void)
6
 {
7
+#ifdef arc4random_stir
8
 	static once_flag_t done;
9
10
 	once_flag_run(&done, arc4random_stir);
11
+#endif
12
 }
13
14
 /***

Return to bug 230756