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

Collapse All | Expand All

(-)firefox-24.2.0-old.ebuild (-1 / +4 lines)
Lines 148-153 Link Here
148
	EPATCH_FORCE="yes" \
148
	EPATCH_FORCE="yes" \
149
	epatch "${WORKDIR}/firefox"
149
	epatch "${WORKDIR}/firefox"
150
150
151
	# Fix missing build options
152
	epatch "${FILESDIR}/Makefile-pgo.patch
153
151
	# Allow user to apply any additional patches without modifing ebuild
154
	# Allow user to apply any additional patches without modifing ebuild
152
	epatch_user
155
	epatch_user
153
156
Lines 232-238 Link Here
232
235
233
	# Allow for a proper pgo build
236
	# Allow for a proper pgo build
234
	if use pgo; then
237
	if use pgo; then
235
		echo "mk_add_options PROFILE_GEN_SCRIPT='\$(PYTHON) \$(OBJDIR)/_profile/pgo/profileserver.py'" >> "${S}"/.mozconfig
238
		 echo "mk_add_options PROFILE_GEN_SCRIPT='EXTRA_TEST_ARGS=10 \$(MAKE) -C \$(MOZ_OBJDIR) pgo-profile-run'" >> "${S}"/.mozconfig 
236
	fi
239
	fi
237
240
238
	# Finalize and report settings
241
	# Finalize and report settings

Return to bug 499650