mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
12 lines
331 B
Plaintext
12 lines
331 B
Plaintext
--- clang/tools/scan-build/libexec/ccc-analyzer.orig
|
|
+++ clang/tools/scan-build/libexec/ccc-analyzer
|
|
@@ -80,7 +80,7 @@
|
|
if (-x "/usr/bin/xcrun") {
|
|
$UseXCRUN = 1;
|
|
}
|
|
-} elsif (`uname -a` =~ m/OpenBSD/) {
|
|
+} elsif (`uname -a` =~ m/(FreeBSD|OpenBSD)/) {
|
|
$DefaultCCompiler = 'cc';
|
|
$DefaultCXXCompiler = 'c++';
|
|
} else {
|