[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.87 and 1.88

version 1.87, 2016/08/07 08:59:25 version 1.88, 2017/08/15 00:26:09
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(vax);          my @static_archs = qw();
         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.87  
changed lines
  Added in v.1.88