summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2018-09-08 15:20:17 +0200
committerThomas Deutschmann <whissi@gentoo.org>2018-09-08 15:34:18 +0200
commit46adb588dc7afaec3745c9672ea481f2302d5e52 (patch)
tree5881490938a75d069cf542e717522da7a17af3f3 /www-client/firefox/firefox-52.9.0.ebuild
parentkde-frameworks: Drop KDE Frameworks 5.49.0 (diff)
downloadgentoo-46adb588dc7afaec3745c9672ea481f2302d5e52.tar.gz
gentoo-46adb588dc7afaec3745c9672ea481f2302d5e52.tar.bz2
gentoo-46adb588dc7afaec3745c9672ea481f2302d5e52.zip
www-client/firefox: allow building without TERM being set
Link 1: https://bugzilla.mozilla.org/show_bug.cgi?id=1432867 Link 2: https://github.com/erikrose/blessings/pull/137 Closes: https://bugs.gentoo.org/654316 Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'www-client/firefox/firefox-52.9.0.ebuild')
-rw-r--r--www-client/firefox/firefox-52.9.0.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/www-client/firefox/firefox-52.9.0.ebuild b/www-client/firefox/firefox-52.9.0.ebuild
index 6cdb136053af..cf34f98b23a8 100644
--- a/www-client/firefox/firefox-52.9.0.ebuild
+++ b/www-client/firefox/firefox-52.9.0.ebuild
@@ -33,7 +33,7 @@ MOZCONFIG_OPTIONAL_WIFI=1
inherit check-reqs flag-o-matic toolchain-funcs eutils gnome2-utils mozconfig-v6.52 pax-utils xdg-utils autotools virtualx mozlinguas-v2
DESCRIPTION="Firefox Web Browser"
-HOMEPAGE="https://www.mozilla.org/en-US/firefox/"
+HOMEPAGE="https://www.mozilla.org/firefox"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
@@ -127,6 +127,8 @@ src_prepare() {
rm -f "${WORKDIR}"/firefox/2007_fix_nvidia_latest.patch
eapply "${WORKDIR}/firefox"
+ eapply "${FILESDIR}"/${P}-blessings-TERM.patch # 654316
+
# Enable gnomebreakpad
if use debug ; then
sed -i -e "s:GNOME_DISABLE_CRASH_DIALOG=1:GNOME_DISABLE_CRASH_DIALOG=0:g" \