[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.2 and 1.3

version 1.2, 2006/11/27 16:57:27 version 1.3, 2006/11/27 22:50:31
Line 140 
Line 140 
                         push(@ARGV, split(/\s+/,$privdeps)) if ($privdeps);                          push(@ARGV, split(/\s+/,$privdeps)) if ($privdeps);
   
                 } else {                  } else {
                         exit(1) if (defined($mode{'exists'}));  
                         warn("can't find $p\n");                          warn("can't find $p\n");
                           exit(1);
                 }                  }
         }          }
 }  }

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3