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

(-)/home/falco/tmp (-2 / +3 lines)
Lines 171-179 Link Here
171
	# looks for xpidl in /usr/lib/mozilla/xpidl
171
	# looks for xpidl in /usr/lib/mozilla/xpidl
172
	# and doesn't find it there because it's
172
	# and doesn't find it there because it's
173
	# in /usr/bin! - ChrisWhite
173
	# in /usr/bin! - ChrisWhite
174
	use mozilla && \
174
	use mozilla && (\
175
		sed -e "s:^XPIDL = .*:XPIDL = /usr/bin/xpidl:" -i mozilla/Makefile \
175
		sed -e "s:^XPIDL = .*:XPIDL = /usr/bin/xpidl:" -i mozilla/Makefile \
176
		|| die "could not fix XPIDL path"
176
		|| die "could not fix XPIDL path" \
177
	)
177
178
178
	MAKEOPTS="${MAKEOPTS} -j1"
179
	MAKEOPTS="${MAKEOPTS} -j1"
179
	emake || die "make of VLC failed"
180
	emake || die "make of VLC failed"

Return to bug 77225