[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.78 and 1.79

version 1.78, 2013/03/28 22:00:02 version 1.79, 2013/03/31 13:58:01
Line 113 
Line 113 
 # may not have been passed explicitly, but we don't want to re-order  # may not have been passed explicitly, but we don't want to re-order
 # and simplify the libs like we do for shared architectures.  # and simplify the libs like we do for shared architectures.
 {  {
         my @static_archs = qw(m88k vax);          my @static_archs = qw(vax);
         my $machine_arch = $Config{'ARCH'};          my $machine_arch = $Config{'ARCH'};
         if (grep { $_ eq $machine_arch } @static_archs){          if (grep { $_ eq $machine_arch } @static_archs){
                 $mode{static} = 1;                  $mode{static} = 1;

Legend:
Removed from v.1.78  
changed lines
  Added in v.1.79