aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJory A. Pratt <anarchy@gentoo.org>2017-06-05 09:33:31 -0500
committerJory A. Pratt <anarchy@gentoo.org>2017-06-05 09:33:31 -0500
commit0c0c2713cf45dbdc6f1bd30509a8e769a7a77b9d (patch)
tree7ac70d41bc0db9fd1feb79e0ea2e57479736d5db
parentmail-client/thunderbird: sync with main tree (diff)
downloadmozilla-0c0c2713.tar.gz
mozilla-0c0c2713.tar.bz2
mozilla-0c0c2713.zip
www-client/firefox: sync with main tree
-rw-r--r--www-client/firefox/files/firefox-53-turn_off_crash_on_seccomp_fail.patch (renamed from www-client/firefox/files/firefox-53-turn_of_crash_on_seccomp_fail.patch)0
-rw-r--r--www-client/firefox/firefox-53.0.3.ebuild2
-rw-r--r--www-client/firefox/metadata.xml3
3 files changed, 1 insertions, 4 deletions
diff --git a/www-client/firefox/files/firefox-53-turn_of_crash_on_seccomp_fail.patch b/www-client/firefox/files/firefox-53-turn_off_crash_on_seccomp_fail.patch
index 2d0c06b3..2d0c06b3 100644
--- a/www-client/firefox/files/firefox-53-turn_of_crash_on_seccomp_fail.patch
+++ b/www-client/firefox/files/firefox-53-turn_off_crash_on_seccomp_fail.patch
diff --git a/www-client/firefox/firefox-53.0.3.ebuild b/www-client/firefox/firefox-53.0.3.ebuild
index e4f93e16..80f3c559 100644
--- a/www-client/firefox/firefox-53.0.3.ebuild
+++ b/www-client/firefox/firefox-53.0.3.ebuild
@@ -125,7 +125,7 @@ src_prepare() {
# Apply our patches
eapply "${WORKDIR}/firefox"
eapply "${FILESDIR}"/musl_drop_hunspell_alloc_hooks.patch
- eapply "${FILESDIR}"/firefox-53-turn_of_crash_on_seccomp_fail.patch
+ eapply "${FILESDIR}"/${PN}-53-turn_off_crash_on_seccomp_fail.patch
# Enable gnomebreakpad
if use debug ; then
diff --git a/www-client/firefox/metadata.xml b/www-client/firefox/metadata.xml
index fbcda11a..a0a9a71f 100644
--- a/www-client/firefox/metadata.xml
+++ b/www-client/firefox/metadata.xml
@@ -11,15 +11,12 @@
<flag name="custom-optimization">Build with user-specified compiler optimizations
(-Os, -O0, -O1, -O2, -O3) from CFLAGS (unsupported)</flag>
<flag name="gtk2">Use the cairo-gtk2 rendering engine</flag>
- <flag name="gtk3">Use the cairo-gtk3 rendering engine</flag>
<flag name="gmp-autoupdate">Allow Gecko Media Plugins (binary blobs) to be automatically
downloaded and kept up-to-date in user profiles</flag>
<flag name="hwaccel">Force-enable hardware-accelerated rendering (Mozilla bug 594876)</flag>
<flag name="jemalloc">Enable or disable jemalloc</flag>
- <flag name="jemalloc3">Enable or disable jemalloc3 (forced-on when supported prior to 38.0)</flag>
<flag name="pgo">Add support for profile-guided optimization using gcc-4.5,
for faster binaries. This option will double the compile time.</flag>
- <flag name="skia">Enable the SKIA engine for 2D rendering as an alternative to cairo</flag>
<flag name="rust">Enable support for using rust compiler (experimental)</flag>
<flag name="system-cairo">Use the system-wide <pkg>x11-libs/cairo</pkg>
instead of bundled.</flag>