b4b41974c3
- Add proxy support - Regen patch - swap distinfo
13 lines
527 B
Plaintext
13 lines
527 B
Plaintext
$OpenBSD: patch-Makefile_PL,v 1.3 2001/12/09 11:15:30 shell Exp $
|
|
--- Makefile.PL.orig Sun Dec 9 19:10:09 2001
|
|
+++ Makefile.PL Sun Dec 9 19:10:56 2001
|
|
@@ -38,7 +38,7 @@
|
|
|| -x '/opt/ssl/sbin/openssl';
|
|
$openssl_path = '/usr/local/ssl' if -x '/usr/local/ssl/bin/openssl';
|
|
$openssl_path = '/apps/openssl/std' if -x '/apps/openssl/std/bin/openssl';
|
|
-$openssl_path = shift if @ARGV && $ARGV[0] ne '--';
|
|
+#$openssl_path = shift if @ARGV && $ARGV[0] ne '--';
|
|
|
|
shift if $ARGV[0] eq '--'; # Rest of args are for MakeMaker
|
|
|