1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
4 # T2 SDE: package/.../seamonkey/uname-wrapper.patch
5 # Copyright (C) 2014 The T2 SDE Project
7 # More information can be found in the files COPYING and README.
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
15 # --- T2-COPYRIGHT-NOTE-END ---
17 The Python scripts fail with warning output on stderr, ...
19 - Rene Rebe <rene@exactcode.de>
21 --- mozilla-release/mozilla/media/webrtc/trunk/build/common.gypi.vanilla 2014-08-18 16:54:24.552000097 +0000
22 +++ mozilla-release/mozilla/media/webrtc/trunk/build/common.gypi 2014-08-18 16:54:34.984000097 +0000
24 # Anything else gets passed through, which probably won't work very
25 # well; such hosts should pass an explicit target_arch to gyp.
27 - '<!(uname -m | sed -e "s/i.86/ia32/;s/x86_64/x64/;s/amd64/x64/;s/arm.*/arm/;s/i86pc/ia32/")',
28 + '<!(uname -m 2>/dev/null | sed -e "s/i.86/ia32/;s/x86_64/x64/;s/amd64/x64/;s/arm.*/arm/;s/i86pc/ia32/")',
31 # Set default value of toolkit_views based on OS.
32 --- mozilla-release/mozilla/toolkit/crashreporter/google-breakpad/src/client/windows/build/common.gypi.vanilla 2014-08-17 21:01:23.064000097 +0000
33 +++ mozilla-release/mozilla/toolkit/crashreporter/google-breakpad/src/client/windows/build/common.gypi 2014-08-17 21:01:43.448000098 +0000
35 # else gets passed through, which probably won't work very well; such
36 # hosts should pass an explicit target_arch to gyp.
38 - '<!(uname -m | sed -e "s/i.86/ia32/;s/x86_64/x64/;s/amd64/x64/;s/arm.*/arm/")',
39 + '<!(uname -m 2>/dev/null | sed -e "s/i.86/ia32/;s/x86_64/x64/;s/amd64/x64/;s/arm.*/arm/")',