# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/firefox/uname-wrapper.patch # Copyright (C) 2014 - 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- The Python scripts fail with warning output on stderr, ... - Rene Rebe --- firefox-64.0/toolkit/crashreporter/google-breakpad/src/build/common.gypi.vanilla 2019-02-25 19:45:27.366949238 +0100 +++ firefox-64.0/toolkit/crashreporter/google-breakpad/src/build/common.gypi 2019-02-25 19:45:36.998949638 +0100 @@ -46,7 +46,7 @@ # else gets passed through, which probably won't work very well; such # hosts should pass an explicit target_arch to gyp. 'host_arch%': - '/dev/null | sed -e "s/i.86/ia32/;s/x86_64/x64/;s/amd64/x64/;s/arm.*/arm/")', }, { # OS!="linux" 'host_arch%': 'ia32', }], --- firefox-64.0/build/gyp_includes/common.gypi.vanilla 2019-02-25 19:47:09.190953460 +0100 +++ firefox-64.0/build/gyp_includes/common.gypi 2019-02-25 19:47:19.606953891 +0100 @@ -117,7 +117,7 @@ # Anything else gets passed through, which probably won't work very # well; such hosts should pass an explicit target_arch to gyp. 'host_arch%': - '/dev/null | sed -e "s/i.86/ia32/;s/x86_64/x64/;s/amd64/x64/;s/arm.*/arm/;s/i86pc/ia32/")', }], # Set default value of toolkit_views based on OS.