- drop unneeded patch, the output from both devices is the same now
ok aja@
This commit is contained in:
parent
51e43805a2
commit
3f5bf7a4ec
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.104 2011/03/07 19:17:14 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.105 2011/03/07 20:02:41 jasper Exp $
|
||||
|
||||
COMMENT-main= general-purpose utility library
|
||||
COMMENT-docs= glib2 documentation
|
||||
@ -8,6 +8,8 @@ DISTNAME= glib-${VERSION}
|
||||
PKGNAME-main= glib2-${VERSION}
|
||||
PKGNAME-docs= glib2-docs-${VERSION}
|
||||
|
||||
REVISION-main= 0
|
||||
|
||||
CATEGORIES= devel
|
||||
|
||||
HOMEPAGE= http://www.gtk.org/
|
||||
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-glib_grand_c,v 1.3 2010/09/30 07:17:19 ajacoutot Exp $
|
||||
--- glib/grand.c.orig Mon Sep 13 17:57:51 2010
|
||||
+++ glib/grand.c Mon Sep 27 14:42:36 2010
|
||||
@@ -227,7 +227,7 @@ g_rand_new (void)
|
||||
do
|
||||
{
|
||||
errno = 0;
|
||||
- dev_urandom = fopen("/dev/urandom", "rb");
|
||||
+ dev_urandom = fopen("/dev/arandom", "rb");
|
||||
}
|
||||
while G_UNLIKELY (errno == EINTR);
|
||||
|
Loading…
Reference in New Issue
Block a user