Index: head/devel/llvm37/files/patch-tools_openmp_runtime_tools_expand-vars.pl =================================================================== --- head/devel/llvm37/files/patch-tools_openmp_runtime_tools_expand-vars.pl (nonexistent) +++ head/devel/llvm37/files/patch-tools_openmp_runtime_tools_expand-vars.pl (revision 415550) @@ -0,0 +1,11 @@ +--- tools/openmp/runtime/tools/expand-vars.pl.orig 2014-02-24 10:40:15 UTC ++++ tools/openmp/runtime/tools/expand-vars.pl +@@ -113,7 +113,7 @@ $bulk = read_file( $input ); + + # Do the replacements. + $bulk =~ +- s{(?:\$($keyword_rexp)|\$($name_rexp)|\${{(.*?)}})} ++ s{(?:\$($keyword_rexp)|\$($name_rexp)|\$\{\{(.*?)\}\})} + { + my $value; + if ( defined( $1 ) ) { Property changes on: head/devel/llvm37/files/patch-tools_openmp_runtime_tools_expand-vars.pl ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property