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

Collapse All | Expand All

(-)mozilla-firefox-3.6.ebuild.old (-6 / +2 lines)
Lines 176-195 Link Here
176
	mozconfig_annotate '' --with-system-bz2
176
	mozconfig_annotate '' --with-system-bz2
177
	mozconfig_annotate '' --with-system-libxul
177
	mozconfig_annotate '' --with-system-libxul
178
	mozconfig_annotate '' --with-libxul-sdk=/usr/$(get_libdir)/xulrunner-devel-${MAJ_XUL_PV}
178
	mozconfig_annotate '' --with-libxul-sdk=/usr/$(get_libdir)/xulrunner-devel-${MAJ_XUL_PV}
179
	mozconfig_annotate '' --enable-wave
180
	mozconfig_annotate '' --enable-ogg
179
181
180
	mozconfig_use_enable libnotify
182
	mozconfig_use_enable libnotify
181
	mozconfig_use_enable java javaxpcom
183
	mozconfig_use_enable java javaxpcom
182
	mozconfig_use_enable networkmanager necko-wifi
184
	mozconfig_use_enable networkmanager necko-wifi
183
	mozconfig_use_enable alsa ogg
184
	mozconfig_use_enable alsa wave
185
185
186
	# Other ff-specific settings
186
	# Other ff-specific settings
187
	mozconfig_annotate '' --with-default-mozilla-five-home=${MOZILLA_FIVE_HOME}
187
	mozconfig_annotate '' --with-default-mozilla-five-home=${MOZILLA_FIVE_HOME}
188
188
189
	# Enable/Disable audio in firefox
190
	mozconfig_use_enable alsa ogg
191
	mozconfig_use_enable alsa wave
192
193
	if ! use bindist ; then
189
	if ! use bindist ; then
194
		mozconfig_annotate '' --enable-official-branding
190
		mozconfig_annotate '' --enable-official-branding
195
	fi
191
	fi

Return to bug 301504