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 / +7 lines)
Lines 120-125 Link Here
120
	EPATCH_FORCE="yes" \
120
	EPATCH_FORCE="yes" \
121
	epatch "${WORKDIR}"
121
	epatch "${WORKDIR}"
122
122
123
	#Remove the ALSA bits form the build system 
124
	sed -i -e "/alsa\//d" "${S}"/config/system-headers || die "ALSA clean failed" 
125
	sed -i -e "/alsa\//d" "${S}"/js/src/config/system-headers || die "ALSA clean failed" 
126
	sed -i -e "/LIB(asound/d" "${S}"/configure.in || die "ALSA clean failed"
127
123
	eautoreconf
128
	eautoreconf
124
129
125
	cd js/src
130
	cd js/src
Lines 176-195 Link Here
176
	mozconfig_annotate '' --with-system-bz2
181
	mozconfig_annotate '' --with-system-bz2
177
	mozconfig_annotate '' --with-system-libxul
182
	mozconfig_annotate '' --with-system-libxul
178
	mozconfig_annotate '' --with-libxul-sdk=/usr/$(get_libdir)/xulrunner-devel-${MAJ_XUL_PV}
183
	mozconfig_annotate '' --with-libxul-sdk=/usr/$(get_libdir)/xulrunner-devel-${MAJ_XUL_PV}
184
	mozconfig_annotate '' --enable-wave
185
	mozconfig_annotate '' --enable-ogg
179
186
180
	mozconfig_use_enable libnotify
187
	mozconfig_use_enable libnotify
181
	mozconfig_use_enable java javaxpcom
188
	mozconfig_use_enable java javaxpcom
182
	mozconfig_use_enable networkmanager necko-wifi
189
	mozconfig_use_enable networkmanager necko-wifi
183
	mozconfig_use_enable alsa ogg
184
	mozconfig_use_enable alsa wave
185
190
186
	# Other ff-specific settings
191
	# Other ff-specific settings
187
	mozconfig_annotate '' --with-default-mozilla-five-home=${MOZILLA_FIVE_HOME}
192
	mozconfig_annotate '' --with-default-mozilla-five-home=${MOZILLA_FIVE_HOME}
188
193
189
	# Enable/Disable audio in firefox
190
	mozconfig_use_enable alsa ogg
191
	mozconfig_use_enable alsa wave
192
193
	if ! use bindist ; then
194
	if ! use bindist ; then
194
		mozconfig_annotate '' --enable-official-branding
195
		mozconfig_annotate '' --enable-official-branding
195
	fi
196
	fi

Return to bug 301504