richter     2003/02/14 13:04:09

  Modified:    .        Changes.pod Makefile.PL
  Log:
  fix compile bug on FreeBSD
  
  Revision  Changes    Path
  1.198     +2 -0      embperl/Changes.pod
  
  Index: Changes.pod
  ===================================================================
  RCS file: /home/cvs/embperl/Changes.pod,v
  retrieving revision 1.197
  retrieving revision 1.198
  diff -u -r1.197 -r1.198
  --- Changes.pod       31 Jan 2003 05:15:59 -0000      1.197
  +++ Changes.pod       14 Feb 2003 21:04:08 -0000      1.198
  @@ -57,6 +57,8 @@
      - Fixed mod_perl 2 detection when mod_perl is build with MP_INST_APACHE2.
      - Fixed problem with reseting $escmode, when using print OUT. Reported by
        David Hull.
  +   - Fixed compiling problem on FreeBSD.
  +
   
   =head1 2.0b8  (BETA)  25. Juni 2002
   
  
  
  
  1.60      +11 -1     embperl/Makefile.PL
  
  Index: Makefile.PL
  ===================================================================
  RCS file: /home/cvs/embperl/Makefile.PL,v
  retrieving revision 1.59
  retrieving revision 1.60
  diff -u -r1.59 -r1.60
  --- Makefile.PL       28 Jan 2003 07:21:26 -0000      1.59
  +++ Makefile.PL       14 Feb 2003 21:04:08 -0000      1.60
  @@ -154,6 +154,16 @@
   
   
   
  +sub MY::top_targets
  +     {
  +     my ($txt) = shift -> MM::top_targets (@_) ;
  +
  +     $txt =~ s/subdirs :: .*?\n\s+\@\$\(NOOP\).*?\n//s ; # remove top target for 
subdir
  +
  +     return $txt ;
  +     }
  +
  +
   sub MY::xs_c 
        {
        my ($txt) = shift -> MM::xs_c (@_) ;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to