--- portlint 2020-05-31 15:55:24.382645000 +0000 +++ portlint 2020-11-27 22:04:34.353498000 +0000 @@ -1830,7 +1830,8 @@ my $lineno = &linenumber($`); &perror("WARN", $file, $lineno, "is $1$2 a user-settable option? ". "Consider using WITH_$2 instead.") - if ($1.$2 ne 'USE_GCC'); + if ($1.$2 ne 'USE_GCC' + && $1.$2 ne 'USE_LDCONFIG32'); } #