openbsd-ports/security/p5-Net_SSLeay/patches/patch-Makefile_PL

13 lines
527 B
Plaintext
Raw Normal View History

$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
2001-07-19 01:40:18 -04:00