Patches must not be changed by the vcs, this includes the svn:keyword expansion. Set fbsd:nokeywords to a couple of patches. With hat: portmgr Sponsored by: Absolight
11 lines
319 B
Text
11 lines
319 B
Text
--- tools/clang/tools/scan-build/ccc-analyzer.orig
|
|
+++ tools/clang/tools/scan-build/ccc-analyzer
|
|
@@ -30,7 +30,7 @@
|
|
my $DefaultCCompiler;
|
|
my $DefaultCXXCompiler;
|
|
|
|
-if (`uname -a` =~ m/Darwin/) {
|
|
+if (`uname -a` =~ m/(Darwin|FreeBSD)/) {
|
|
$DefaultCCompiler = 'clang';
|
|
$DefaultCXXCompiler = 'clang++';
|
|
} else {
|