summaryrefslogtreecommitdiff
path: root/usr.bin/pkg-config
diff options
context:
space:
mode:
authorJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2017-08-15 00:26:10 +0000
committerJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2017-08-15 00:26:10 +0000
commitea56110961ed2628d470c92be862606c60d75e38 (patch)
tree86343dd29841d43c9ceead2ff8972da02c6518b9 /usr.bin/pkg-config
parent4e6cba724daec579d41e36fd9eb29a6f672ec19e (diff)
remove vax leftover
Diffstat (limited to 'usr.bin/pkg-config')
-rw-r--r--usr.bin/pkg-config/pkg-config4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/pkg-config/pkg-config b/usr.bin/pkg-config/pkg-config
index fa55fa2995a..3cf256f0a9c 100644
--- a/usr.bin/pkg-config/pkg-config
+++ b/usr.bin/pkg-config/pkg-config
@@ -1,5 +1,5 @@
#!/usr/bin/perl
-# $OpenBSD: pkg-config,v 1.87 2016/08/07 08:59:25 tb Exp $
+# $OpenBSD: pkg-config,v 1.88 2017/08/15 00:26:09 jasper Exp $
# $CSK: pkgconfig.pl,v 1.39 2006/11/27 16:26:20 ckuethe Exp $
# Copyright (c) 2006 Chris Kuethe <ckuethe@openbsd.org>
@@ -113,7 +113,7 @@ GetOptions( 'debug' => \$mode{debug},
# may not have been passed explicitly, but we don't want to re-order
# and simplify the libs like we do for shared architectures.
{
- my @static_archs = qw(vax);
+ my @static_archs = qw();
my $machine_arch = $Config{'ARCH'};
if (grep { $_ eq $machine_arch } @static_archs){
$mode{static} = 1;