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

Collapse All | Expand All

(-)abiword-2.6.4.ebuild.old (+7 lines)
Lines 50-55 Link Here
50
50
51
# FIXME: --enable-libabiword fails to compile
51
# FIXME: --enable-libabiword fails to compile
52
52
53
src_unpack() {
54
	unpack ${A}
55
	cd "${S}"
56
57
	sed -i '/mode: C++;/d' src/af/xap/unix/GNUmakefile.in || die #243448
58
}
59
53
pkg_setup() {
60
pkg_setup() {
54
	if ! built_with_use --missing true x11-libs/pango X; then
61
	if ! built_with_use --missing true x11-libs/pango X; then
55
		eerror "You must rebuild x11-libs/pango with USE='X'"
62
		eerror "You must rebuild x11-libs/pango with USE='X'"

Return to bug 243448