openbsd-ports/security/p5-Net_SSLeay/patches/patch-Makefile_PL
shell b4b41974c3 Upgrade to 1.10
- Add proxy support
- Regen patch
- swap distinfo
2001-12-09 11:15:30 +00:00

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