diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2007-03-09 17:15:06 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2007-03-09 17:15:06 +0000 |
commit | 2e7df8936fdda7ad5002646d6b8f43d4b454a706 (patch) | |
tree | 3e1d5e1074cc0def8807e721493e374cec6e892d /graphics/py-visual/files/patch-src-gtk2-random_device.cpp | |
parent | enable flac when VORBIS is selected (diff) |
- Updated to 4.b14
- It compiles on amd64 too
Notes
Notes:
svn path=/head/; revision=187031
Diffstat (limited to 'graphics/py-visual/files/patch-src-gtk2-random_device.cpp')
-rw-r--r-- | graphics/py-visual/files/patch-src-gtk2-random_device.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/py-visual/files/patch-src-gtk2-random_device.cpp b/graphics/py-visual/files/patch-src-gtk2-random_device.cpp new file mode 100644 index 000000000000..150b1a017d07 --- /dev/null +++ b/graphics/py-visual/files/patch-src-gtk2-random_device.cpp @@ -0,0 +1,11 @@ +--- 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 |