| Index: third_party/instrumented_libraries/pulseaudio.sh | 
| diff --git a/third_party/instrumented_libraries/freetype.sh b/third_party/instrumented_libraries/pulseaudio.sh | 
| similarity index 66% | 
| copy from third_party/instrumented_libraries/freetype.sh | 
| copy to third_party/instrumented_libraries/pulseaudio.sh | 
| index 2355dc03004b83041fa2546028b0fdc86033489a..95ddbb3c32c3181d650698331f8c70e4a9957d61 100755 | 
| --- a/third_party/instrumented_libraries/freetype.sh | 
| +++ b/third_party/instrumented_libraries/pulseaudio.sh | 
| @@ -3,11 +3,7 @@ | 
| # Use of this source code is governed by a BSD-style license that can be | 
| # found in the LICENSE file. | 
|  | 
| -# This script does some preparations before build of instrumented freetype. | 
| +# This script does some preparations before build of instrumented pulseaudio. | 
|  | 
| -mkdir temp | 
| -mv * temp/ | 
| -cd temp | 
| -./debian/rules patch | 
| -mv freetype-*/* ../ | 
| -cd .. | 
| +# Disable problematic assembly in clang builds. | 
| +patch -p1 < $(dirname ${BASH_SOURCE[0]})/pulseaudio.diff | 
|  |