2001-12-09 06:15:30 -05:00
|
|
|
$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 '--';
|
2001-05-06 22:51:50 -04:00
|
|
|
|
2001-12-09 06:15:30 -05:00
|
|
|
shift if $ARGV[0] eq '--'; # Rest of args are for MakeMaker
|
2001-07-19 01:40:18 -04:00
|
|
|
|