summaryrefslogtreecommitdiff
path: root/www/apache2/patches/patch-an
diff options
context:
space:
mode:
Diffstat (limited to 'www/apache2/patches/patch-an')
-rw-r--r--www/apache2/patches/patch-an13
1 files changed, 0 insertions, 13 deletions
diff --git a/www/apache2/patches/patch-an b/www/apache2/patches/patch-an
deleted file mode 100644
index 2b9ac6c753e..00000000000
--- a/www/apache2/patches/patch-an
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-an,v 1.5 2003/01/28 14:21:58 martti Exp $
-
---- srclib/apr/configure.in.orig 2003-01-06 21:04:08.000000000 +0200
-+++ srclib/apr/configure.in 2003-01-28 16:11:24.000000000 +0200
-@@ -1635,7 +1635,7 @@
- if test "$apr_devrandom" = "yes"; then
- # /dev/random on OpenBSD doesn't provide random data, so
- # prefer /dev/arandom, which does; see random(4).
-- for f in /dev/arandom /dev/random /dev/urandom; do
-+ for f in /dev/arandom /dev/urandom /dev/random; do
- if test -r $f; then
- apr_devrandom=$f
- rand=1