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

Collapse All | Expand All

(-)a/mail-client/thunderbird/thunderbird-68.0-r1.ebuild (-2 / +1 lines)
Lines 285-291 src_prepare() { Link Here
285
	# Don't exit with error when some libs are missing which we have in
285
	# Don't exit with error when some libs are missing which we have in
286
	# system.
286
	# system.
287
	sed '/^MOZ_PKG_FATAL_WARNINGS/s@= 1@= 0@' \
287
	sed '/^MOZ_PKG_FATAL_WARNINGS/s@= 1@= 0@' \
288
		-i "${S}"/browser/installer/Makefile.in || die
288
		-i "${S}"/comm/mail/installer/Makefile.in || die
289
289
290
	# Don't error out when there's no files to be removed:
290
	# Don't error out when there's no files to be removed:
291
	sed 's@\(xargs rm\)$@\1 -f@' \
291
	sed 's@\(xargs rm\)$@\1 -f@' \
292
- 

Return to bug 693160