[BACK]Return to pkg-config CVS log [TXT][DIR] Up to [local] / src / usr.bin / pkg-config

Diff for /src/usr.bin/pkg-config/pkg-config between version 1.51 and 1.52

version 1.51, 2011/06/06 17:49:37 version 1.52, 2011/06/07 06:42:19
Line 145 
Line 145 
                 $op = shift @ARGV;                  $op = shift @ARGV;
                 $v = shift @ARGV;                  $v = shift @ARGV;
         }          }
         handle_config($p, $op, $v, $cfg_full_list);          # For these modes we just need some meta-information and
           # parsing the requirements is not needed.
           if (!($mode{modversion} || $mode{printprovides})) {
                   handle_config($p, $op, $v, $cfg_full_list);
           }
         push(@$top_config, $p);          push(@$top_config, $p);
 }  }
   

Legend:
Removed from v.1.51  
changed lines
  Added in v.1.52