Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 531846 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +8 lines)
Line  Link Here
0
-- a/www-client/firefox/firefox-34.0.5-r1.ebuild
0
++ b/www-client/firefox/firefox-34.0.5-r1.ebuild
Lines 148-156 Link Here
148
	EPATCH_FORCE="yes" \
148
	EPATCH_FORCE="yes" \
149
	epatch "${WORKDIR}/firefox"
149
	epatch "${WORKDIR}/firefox"
150
150
151
	epatch "${FILESDIR}"/musl.patch
152
151
	# Allow user to apply any additional patches without modifing ebuild
153
	# Allow user to apply any additional patches without modifing ebuild
152
	epatch_user
154
	epatch_user
153
155
156
	cp "${FILESDIR}"/stab.h "${S}"/toolkit/crashreporter/google-breakpad/src/
157
154
	# Enable gnomebreakpad
158
	# Enable gnomebreakpad
155
	if use debug ; then
159
	if use debug ; then
156
		sed -i -e "s:GNOME_DISABLE_CRASH_DIALOG=1:GNOME_DISABLE_CRASH_DIALOG=0:g" \
160
		sed -i -e "s:GNOME_DISABLE_CRASH_DIALOG=1:GNOME_DISABLE_CRASH_DIALOG=0:g" \
Lines 222-227 Link Here
222
	# Other ff-specific settings
226
	# Other ff-specific settings
223
	mozconfig_annotate '' --with-default-mozilla-five-home=${MOZILLA_FIVE_HOME}
227
	mozconfig_annotate '' --with-default-mozilla-five-home=${MOZILLA_FIVE_HOME}
224
228
229
	mozconfig_annotate '' --disable-replace-malloc
230
	mozconfig_annotate '' --disable-jemalloc
231
225
	# Allow for a proper pgo build
232
	# Allow for a proper pgo build
226
	if use pgo; then
233
	if use pgo; then
227
		echo "mk_add_options PROFILE_GEN_SCRIPT='\$(PYTHON) \$(OBJDIR)/_profile/pgo/profileserver.py'" >> "${S}"/.mozconfig
234
		echo "mk_add_options PROFILE_GEN_SCRIPT='\$(PYTHON) \$(OBJDIR)/_profile/pgo/profileserver.py'" >> "${S}"/.mozconfig

Return to bug 531846