From 9cea9c33d05fe586d73d0ebbb15d6dabea76d9ff Mon Sep 17 00:00:00 2001 From: avsm Date: Tue, 9 Jan 2001 23:38:15 +0000 Subject: [PATCH] stoopid cvs seemed to miss this file in previous commit --- .../p5-Crypt-SSLeay/patches/patch-Makefile_PL | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 security/p5-Crypt-SSLeay/patches/patch-Makefile_PL diff --git a/security/p5-Crypt-SSLeay/patches/patch-Makefile_PL b/security/p5-Crypt-SSLeay/patches/patch-Makefile_PL new file mode 100644 index 00000000000..27af339bac5 --- /dev/null +++ b/security/p5-Crypt-SSLeay/patches/patch-Makefile_PL @@ -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) {