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

Collapse All | Expand All

(-)firefox-48.0.ebuild.orig (-2 / +3 lines)
Lines 115-121 Link Here
115
115
116
src_prepare() {
116
src_prepare() {
117
	# Apply our patches
117
	# Apply our patches
118
	eapply "${WORKDIR}/firefox"
118
	eapply "${WORKDIR}/firefox" \
119
		"${FILESDIR}"/${PN}-48.0-pgo.patch
119
#		"${FILESDIR}"/${PN}-45-qt-widget-fix.patch
120
#		"${FILESDIR}"/${PN}-45-qt-widget-fix.patch
120
121
121
	if ! tc-ld-is-gold && has_version ">=sys-devel/binutils-2.26" ; then
122
	if ! tc-ld-is-gold && has_version ">=sys-devel/binutils-2.26" ; then
Lines 203-209 Link Here
203
204
204
	# Allow for a proper pgo build
205
	# Allow for a proper pgo build
205
	if use pgo; then
206
	if use pgo; then
206
		echo "mk_add_options PROFILE_GEN_SCRIPT='\$(PYTHON) \$(OBJDIR)/_profile/pgo/profileserver.py'" >> "${S}"/.mozconfig
207
		echo "mk_add_options PROFILE_GEN_SCRIPT='EXTRA_TEST_ARGS=10 \$(MAKE) -C \$(MOZ_OBJDIR) pgo-profile-run'" >> "${S}"/.mozconfig
207
	fi
208
	fi
208
209
209
	echo "mk_add_options MOZ_OBJDIR=${BUILD_OBJ_DIR}" >> "${S}"/.mozconfig
210
	echo "mk_add_options MOZ_OBJDIR=${BUILD_OBJ_DIR}" >> "${S}"/.mozconfig

Return to bug 388585