diff options
author | Philippe Audeoud <jadawin@FreeBSD.org> | 2009-06-09 08:23:16 +0000 |
---|---|---|
committer | Philippe Audeoud <jadawin@FreeBSD.org> | 2009-06-09 08:23:16 +0000 |
commit | 23fe60c3910ab14654c27b717783e024e0116c3e (patch) | |
tree | 171172680723f244da256f7aa805bd74ef4ec6bd /net/p5-Net-SSH2 | |
parent | 41e5f0b9a039b1686af95cbc0c0f5dfb9db65bf4 (diff) | |
download | ports-23fe60c3910ab14654c27b717783e024e0116c3e.tar.gz ports-23fe60c3910ab14654c27b717783e024e0116c3e.zip |
Notes
Diffstat (limited to 'net/p5-Net-SSH2')
-rw-r--r-- | net/p5-Net-SSH2/files/patch-Makefile.PL | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/net/p5-Net-SSH2/files/patch-Makefile.PL b/net/p5-Net-SSH2/files/patch-Makefile.PL deleted file mode 100644 index 7ed288e3c77a..000000000000 --- a/net/p5-Net-SSH2/files/patch-Makefile.PL +++ /dev/null @@ -1,19 +0,0 @@ ---- Makefile.PL.orig 2009-06-03 14:24:20.000000000 +0000 -+++ Makefile.PL 2009-06-03 14:24:42.000000000 +0000 -@@ -35,11 +35,11 @@ - - EOF - --checklibs -- lib => 'ssh2', -- header => 'libssh2.h', -- libpath => [@search_libs, $lib], -- incpath => [@search_incs, $inc]; -+#checklibs -+# lib => 'ssh2', -+# header => 'libssh2.h', -+# libpath => [@search_libs, $lib], -+# incpath => [@search_incs, $inc]; - - if (!$lib && !$inc) { - $lib = (join ' ', map "-L$_", @search_libs) . " -lssh2 $extra_libs"; |