--- file_not_specified_in_diff +++ file_not_specified_in_diff @@ -, +, @@ --- a/www-client/firefox/firefox-34.0.5-r1.ebuild +++ b/www-client/firefox/firefox-34.0.5-r1.ebuild @@ -148,9 +148,13 @@ EPATCH_FORCE="yes" \ epatch "${WORKDIR}/firefox" + epatch "${FILESDIR}"/musl.patch + # Allow user to apply any additional patches without modifing ebuild epatch_user + cp "${FILESDIR}"/stab.h "${S}"/toolkit/crashreporter/google-breakpad/src/ + # Enable gnomebreakpad if use debug ; then sed -i -e "s:GNOME_DISABLE_CRASH_DIALOG=1:GNOME_DISABLE_CRASH_DIALOG=0:g" \ @@ -222,6 +226,9 @@ # Other ff-specific settings mozconfig_annotate '' --with-default-mozilla-five-home=${MOZILLA_FIVE_HOME} + mozconfig_annotate '' --disable-replace-malloc + mozconfig_annotate '' --disable-jemalloc + # Allow for a proper pgo build if use pgo; then echo "mk_add_options PROFILE_GEN_SCRIPT='\$(PYTHON) \$(OBJDIR)/_profile/pgo/profileserver.py'" >> "${S}"/.mozconfig