Allow -std= in compiler flags.

Ride bump.
This commit is contained in:
wiz 2014-09-08 12:05:10 +00:00
parent 7b9e9e2f08
commit d63a810dbf

View file

@ -1,5 +1,5 @@
#! @PERL@ #! @PERL@
# $NetBSD: pkglint.pl,v 1.869 2014/09/08 12:03:32 wiz Exp $ # $NetBSD: pkglint.pl,v 1.870 2014/09/08 12:05:10 wiz Exp $
# #
# pkglint - static analyzer and checker for pkgsrc packages # pkglint - static analyzer and checker for pkgsrc packages
@ -3897,7 +3897,7 @@ sub checkline_mk_vartype_basic($$$$$$$$) {
# Only works on IRIX, but is usually enclosed with # Only works on IRIX, but is usually enclosed with
# the proper preprocessor conditional. # the proper preprocessor conditional.
} elsif ($value =~ m"^-[OWfgm]") { } elsif ($value =~ m"^-[OWfgm]|^-std=.*") {
$opt_debug_unchecked and $line->log_debug("Unchecked compiler flag ${value} in ${varname}."); $opt_debug_unchecked and $line->log_debug("Unchecked compiler flag ${value} in ${varname}.");
} elsif ($value =~ m"^-.*") { } elsif ($value =~ m"^-.*") {