]> git.pld-linux.org Git - packages/perl.git/commitdiff
- updated
authorradek <radek@pld-linux.org>
Fri, 22 Aug 2003 17:36:41 +0000 (17:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl_581-INC.patch -> 1.3

perl_581-INC.patch

index 0fe329be6ffd2dec2390bf5c1af878ad55d0c91e..99e16c3fd29dc54e8c7696b8791bdacec94e8ca9 100644 (file)
@@ -1,6 +1,6 @@
---- perl.c.orig        Sun May  4 09:47:04 2003
-+++ perl.c     Wed May  7 06:31:58 2003
-@@ -3753,39 +3753,6 @@
+--- perl-5.8.1/perl.c.orig     Fri Aug 22 12:30:22 2003
++++ perl-5.8.1/perl.c  Fri Aug 22 12:32:51 2003
+@@ -3937,39 +3937,6 @@
      incpush(APPLLIB_EXP, TRUE, TRUE, TRUE);
  #endif
  
@@ -40,7 +40,7 @@
  #ifdef SITEARCH_EXP
      /* sitearch is always relative to sitelib on Windows for
       * DLL-based path intuition to work correctly */
-@@ -3804,7 +3771,7 @@
+@@ -3988,7 +3955,7 @@
  #endif
  
  #ifdef SITELIB_STEM /* Search for version-specific dirs below here */
@@ -49,7 +49,7 @@
  #endif
  
  #ifdef PERL_VENDORARCH_EXP
-@@ -3824,7 +3791,41 @@
+@@ -4008,7 +3975,40 @@
  #endif
  
  #ifdef PERL_VENDORLIB_STEM /* Search for version-specific dirs below here */
@@ -60,7 +60,6 @@
 +#ifdef ARCHLIB_EXP
 +    incpush(ARCHLIB_EXP, FALSE, FALSE, TRUE);
 +#endif
-+
 +#ifdef MACOS_TRADITIONAL
 +    {
 +      Stat_t tmpstatbuf;
This page took 0.051135 seconds and 4 git commands to generate.