From c89e73eb97ba0d6fd929c8e43f0771f3c0083bb5 Mon Sep 17 00:00:00 2001 From: Nicola Vitale Date: Fri, 18 Apr 2008 16:44:03 +0000 Subject: - Update to 4.b26 - Remove files/patch-src-gtk2-random_device.cpp - Remove files/patch-src-python-num_util.cpp --- graphics/py-visual/files/patch-src-gtk2-random_device.cpp | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 graphics/py-visual/files/patch-src-gtk2-random_device.cpp (limited to 'graphics/py-visual/files/patch-src-gtk2-random_device.cpp') diff --git a/graphics/py-visual/files/patch-src-gtk2-random_device.cpp b/graphics/py-visual/files/patch-src-gtk2-random_device.cpp deleted file mode 100644 index 150b1a017d07..000000000000 --- a/graphics/py-visual/files/patch-src-gtk2-random_device.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/gtk2/random_device.cpp Sat Jul 31 20:20:28 2004 -+++ src/gtk2/random_device.cpp.port Tue Mar 6 13:17:28 2007 -@@ -32,7 +32,7 @@ - #endif - - // Known to be supported for GNU/Linux and Apple OSX. Probably others as well. --#if defined(__linux__) || (defined(__APPLE__) && defined(__MACH__)) -+#if defined(__linux__) || defined(__FreeBSD__) || (defined(__APPLE__) && defined(__MACH__)) - - // the default is the unlimited capacity device, using some secure hash - // try "/dev/random" for blocking when the entropy pool has drained -- cgit v1.2.3