Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 86872
Collapse All | Expand All

(-)/usr/portage/www-client/mozilla-firefox/mozilla-firefox-1.0.2-r1.ebuild (+23 lines)
Lines 57-62 Link Here
57
	if has_version '>=x11-libs/cairo-0.3.0'; then
57
	if has_version '>=x11-libs/cairo-0.3.0'; then
58
		epatch ${FILESDIR}/svg-cairo-0.3.0-fix.patch
58
		epatch ${FILESDIR}/svg-cairo-0.3.0-fix.patch
59
	fi
59
	fi
60
61
	# patch to fix crash in GtkPromptService::Prompt
62
	# https://bugzilla.mozilla.org/show_bug.cgi?id=265599
63
	epatch ${FILESDIR}/gtk-prompt-service.patch
64
65
	# patch to make prompts window modal instead of application modal
66
	# https://bugzilla.mozilla.org/show_bug.cgi?id=224454
67
	epatch ${FILESDIR}/embedprompter-modal.patch
68
69
	# patch to fix typeahead find for browsers which embed Firefox
70
	# http://bugzilla.gnome.org/show_bug.cgi?id=157435
71
	epatch ${FILESDIR}/embed-typeaheadfind.patch
72
73
	# patch to make the interface requestor give out its nsIDOMWindow
74
	# https://bugzilla.mozilla.org/show_bug.cgi?id=277587
75
	epatch ${FILESDIR}/securebrowserui-iirq.patch
76
77
	# patch to add border to tooltips
78
	# https://bugzilla.mozilla.org/show_bug.cgi?id=238052
79
	epatch ${FILESDIR}/gtk-tooltips.patch
60
}
80
}
61
81
62
src_compile() {
82
src_compile() {
Lines 72-77 Link Here
72
	# regardless of java setting.
92
	# regardless of java setting.
73
	mozconfig_annotate '' --enable-oji --enable-mathml
93
	mozconfig_annotate '' --enable-oji --enable-mathml
74
94
95
	# Enable typeaheadfind extension for browsers which embed Firefox
96
	mozconfig_annotate '' --enable-extensions=typeaheadfind
97
75
	# Other ff-specific settings
98
	# Other ff-specific settings
76
	mozconfig_use_enable mozdevelop jsd
99
	mozconfig_use_enable mozdevelop jsd
77
	mozconfig_use_enable mozdevelop xpctools
100
	mozconfig_use_enable mozdevelop xpctools

Return to bug 86872