diff options
Diffstat (limited to 'lang/perl5/patches/patch-ad')
-rw-r--r-- | lang/perl5/patches/patch-ad | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/lang/perl5/patches/patch-ad b/lang/perl5/patches/patch-ad deleted file mode 100644 index f54d292a1ed..00000000000 --- a/lang/perl5/patches/patch-ad +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-ad,v 1.13 2009/07/24 04:58:57 schmonz Exp $ - ---- lib/Cwd.pm.orig 2007-12-18 05:47:07.000000000 -0500 -+++ lib/Cwd.pm -@@ -540,8 +540,8 @@ sub _perl_abs_path - local *PARENT; - unless (opendir(PARENT, $dotdots)) - { -- _carp("opendir($dotdots): $!"); -- return ''; -+ # probably a permissions issue. Try the native command. -+ return File::Spec->rel2abs( $start, _backtick_pwd() ); - } - unless (@cst = stat($dotdots)) - { |