stoopid cvs seemed to miss this file in previous commit
This commit is contained in:
parent
7ef04a943e
commit
9cea9c33d0
21
security/p5-Crypt-SSLeay/patches/patch-Makefile_PL
Normal file
21
security/p5-Crypt-SSLeay/patches/patch-Makefile_PL
Normal file
@ -0,0 +1,21 @@
|
||||
$OpenBSD: patch-Makefile_PL,v 1.1 2001/01/09 23:38:15 avsm Exp $
|
||||
--- Makefile.PL.orig Sun Jan 7 09:39:02 2001
|
||||
+++ Makefile.PL Tue Jan 9 23:12:07 2001
|
||||
@@ -8,7 +8,7 @@ my $currdir = dirname($0) || '.';
|
||||
chdir($currdir) || die("can't change to $currdir: $!");
|
||||
|
||||
# FIND POSSIBLE SSL INSTALLATIONS
|
||||
-my @POSSIBLE_SSL_DIRS = qw(/usr/local/openssl /usr/local/ssl /local/ssl /opt/ssl /usr/local /local /usr);
|
||||
+my @POSSIBLE_SSL_DIRS = qw(/usr);
|
||||
my @CANDIDATE;
|
||||
my $open_ssl = 0;
|
||||
my $dir;
|
||||
@@ -38,7 +38,7 @@ if($ARGV[0] =~ /^[a-z]\:|^\//) {
|
||||
unless($CANDIDATE[0][0]) {
|
||||
print "No OpenSSL installation found, usually in $POSSIBLE_SSL_DIRS[0]\n";
|
||||
}
|
||||
- $SSL_DIR = prompt "Which OpenSSL build path do you want to link against?", $CANDIDATE[0][0];
|
||||
+ $SSL_DIR = $CANDIDATE[0][0];
|
||||
}
|
||||
my $candidate = &Candidate($SSL_DIR);
|
||||
unless($candidate) {
|
Loading…
Reference in New Issue
Block a user