]> git.pld-linux.org Git - packages/perl.git/commitdiff
- fixed
authorradek <radek@pld-linux.org>
Wed, 7 May 2003 06:51:07 +0000 (06:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl_581-INC.patch -> 1.2

perl_581-INC.patch

index adf3bb023f2551663e8e3f800200ebc03b12368f..0fe329be6ffd2dec2390bf5c1af878ad55d0c91e 100644 (file)
@@ -1,9 +1,12 @@
---- perl.c~    Mon Apr 21 16:41:33 2003
-+++ perl.c     Sun May  4 16:07:42 2003
-@@ -3755,35 +3755,6 @@
- #ifdef ARCHLIB_EXP
-     incpush(ARCHLIB_EXP, FALSE, FALSE, TRUE);
+--- perl.c.orig        Sun May  4 09:47:04 2003
++++ perl.c     Wed May  7 06:31:58 2003
+@@ -3753,39 +3753,6 @@
+     incpush(APPLLIB_EXP, TRUE, TRUE, TRUE);
  #endif
+-#ifdef ARCHLIB_EXP
+-    incpush(ARCHLIB_EXP, FALSE, FALSE, TRUE);
+-#endif
 -#ifdef MACOS_TRADITIONAL
 -    {
 -      Stat_t tmpstatbuf;
 -#else
 -    incpush(PRIVLIB_EXP, FALSE, FALSE, TRUE);
 -#endif
+-
  #ifdef SITEARCH_EXP
      /* sitearch is always relative to sitelib on Windows for
-@@ -3803,7 +3774,7 @@
+      * DLL-based path intuition to work correctly */
+@@ -3804,7 +3771,7 @@
  #endif
  
  #ifdef SITELIB_STEM /* Search for version-specific dirs below here */
@@ -45,7 +49,7 @@
  #endif
  
  #ifdef PERL_VENDORARCH_EXP
-@@ -3823,7 +3794,37 @@
+@@ -3824,7 +3791,41 @@
  #endif
  
  #ifdef PERL_VENDORLIB_STEM /* Search for version-specific dirs below here */
 +/*  incpush(PERL_VENDORLIB_STEM, FALSE, TRUE, TRUE); */
 +#endif
 +
++#ifdef ARCHLIB_EXP
++    incpush(ARCHLIB_EXP, FALSE, FALSE, TRUE);
++#endif
++
 +#ifdef MACOS_TRADITIONAL
 +    {
 +      Stat_t tmpstatbuf;
This page took 0.038514 seconds and 4 git commands to generate.