]> git.pld-linux.org Git - packages/perl.git/blobdiff - perl-errno_h-parsing.patch
- removed bogus .so redirections
[packages/perl.git] / perl-errno_h-parsing.patch
index dbfb074a3b2b96e0fae7a87f5114d12933869cc6..7b490ba06c4b870672bf53c41cc158244d97fda1 100644 (file)
@@ -1,6 +1,7 @@
---- perl-5.6.0/ext/Errno/Errno_pm.PL.pix       Sat Mar  4 05:26:54 2000
-+++ perl-5.6.0/ext/Errno/Errno_pm.PL   Sun Nov  5 21:41:49 2000
-@@ -29,6 +29,13 @@
+diff -urN perl-5.6.1.orig/ext/Errno/Errno_pm.PL perl-5.6.1/ext/Errno/Errno_pm.PL
+--- perl-5.6.1.orig/ext/Errno/Errno_pm.PL      Sun Apr  8 08:09:16 2001
++++ perl-5.6.1/ext/Errno/Errno_pm.PL   Thu Apr 12 20:58:53 2001
+@@ -37,6 +37,13 @@
              warn "Cannot open '$file'";
              return;
        }     
      } else {
        unless(open(FH,"< $file")) {
            # This file could be a temporary file created by cppstdin
-@@ -79,6 +86,8 @@
-     } elsif ($^O eq 'vmesa') {
-       # OS/390 C compiler doesn't generate #file or #line directives
-       $file{'../../vmesa/errno.h'} = 1;
-+    } elsif ($^O eq 'linux') {
-+      $file{'/usr/include/errno.h'} = 1;
-     } else {
-       open(CPPI,"> errno.c") or
-           die "Cannot open errno.c";
This page took 0.066674 seconds and 4 git commands to generate.