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

(-)xulrunner-1.9.2.ebuild.old (-2 / +10 lines)
Lines 67-72 Link Here
67
	sed -i -e "s:@PV@:${MAJ_PV}:" "${S}"/config/autoconf.mk.in \
67
	sed -i -e "s:@PV@:${MAJ_PV}:" "${S}"/config/autoconf.mk.in \
68
		|| die "${MAJ_PV} sed failed!"
68
		|| die "${MAJ_PV} sed failed!"
69
69
70
	# Disable ALSA and enable OSS (Arch)
71
		sed -i -e "s/sydney_audio_alsa/sydney_audio_oss/" \
72
		"${S}"/media/libsydneyaudio/src/Makefile.in || die "sed OSS failed"
73
	#Remove the ALSA bits form the build system
74
		sed -i -e "/alsa\//d" "${S}"/config/system-headers || die "ALSA clean failed"
75
		sed -i -e "/alsa\//d" "${S}"/js/src/config/system-headers || die "ALSA clean failed"
76
		sed -i -e "/LIB(asound/d" "${S}"/configure.in || die "ALSA clean failed"
77
70
	# Enable gnomebreakpad
78
	# Enable gnomebreakpad
71
	if use debug ; then
79
	if use debug ; then
72
		sed -i -e "s:GNOME_DISABLE_CRASH_DIALOG=1:GNOME_DISABLE_CRASH_DIALOG=0:g" \
80
		sed -i -e "s:GNOME_DISABLE_CRASH_DIALOG=1:GNOME_DISABLE_CRASH_DIALOG=0:g" \
Lines 130-141 Link Here
130
	mozconfig_annotate '' --with-system-nss
138
	mozconfig_annotate '' --with-system-nss
131
	mozconfig_annotate '' --enable-system-lcms
139
	mozconfig_annotate '' --enable-system-lcms
132
	mozconfig_annotate '' --with-system-bz2
140
	mozconfig_annotate '' --with-system-bz2
141
	mozconfig_annotate '' --enable-wave
142
	mozconfig_annotate '' --enable-ogg
133
143
134
	mozconfig_use_enable libnotify
144
	mozconfig_use_enable libnotify
135
	mozconfig_use_enable java javaxpcom
145
	mozconfig_use_enable java javaxpcom
136
	mozconfig_use_enable networkmanager necko-wifi
146
	mozconfig_use_enable networkmanager necko-wifi
137
	mozconfig_use_enable alsa ogg
138
	mozconfig_use_enable alsa wave
139
147
140
	# Debug
148
	# Debug
141
	if use debug ; then
149
	if use debug ; then

Return to bug 301504