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

(-)mozilla-thunderbird-0.6-r1.ebuild (-2 / +2 lines)
Lines 234-243 Link Here
234
	if use crypt; then
234
	if use crypt; then
235
		einfo "Building Enigmail plugin..."
235
		einfo "Building Enigmail plugin..."
236
		cd ${S}/extensions/ipc || die "cd ipc failed"
236
		cd ${S}/extensions/ipc || die "cd ipc failed"
237
		make || die "make ipc failed"
237
		./makemake && make || die "make ipc failed"
238
238
239
		cd ${S}/extensions/enigmail || die "cd enigmail failed"
239
		cd ${S}/extensions/enigmail || die "cd enigmail failed"
240
		make || die "make enigmail failed"
240
		./makemake && make || die "make enigmail failed"
241
	fi
241
	fi
242
}
242
}
243
243

Return to bug 53092