diff options
Diffstat (limited to 'security/p5-Crypt-SSLeay/patches/patch-aa')
-rw-r--r-- | security/p5-Crypt-SSLeay/patches/patch-aa | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/security/p5-Crypt-SSLeay/patches/patch-aa b/security/p5-Crypt-SSLeay/patches/patch-aa deleted file mode 100644 index da21e09c0b3..00000000000 --- a/security/p5-Crypt-SSLeay/patches/patch-aa +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-aa,v 1.2 2007/06/08 07:57:11 wiz Exp $ - ---- Makefile.PL.orig 2007-06-01 17:33:24.000000000 +0000 -+++ Makefile.PL -@@ -261,9 +261,7 @@ behind a strict firewall or have no netw - these tests may fail (through no fault of the code). - - INFO -- my $network_tests = prompt -- "Do you want to run the live tests (y/N) ?", -- 'N'; -+ my $network_tests = 'N'; - print OUT "network_tests ", ($network_tests =~ /y/i) ? 1 : 0, "\n"; - close OUT; - } |