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

Collapse All | Expand All

(-)w3mmee-0.3.2_p24-r9.ebuild.orig (-1 / +5 lines)
Lines 42-50 Link Here
42
		"${FILESDIR}"/${P}-tinfo.patch \
42
		"${FILESDIR}"/${P}-tinfo.patch \
43
		"${FILESDIR}"/${P}-boehm-gc.patch
43
		"${FILESDIR}"/${P}-boehm-gc.patch
44
	sed -ie "/^AR=/s:ar:$(tc-getAR):" XMakefile || die
44
	sed -ie "/^AR=/s:ar:$(tc-getAR):" XMakefile || die
45
	epatch /tmp/${P}-compile.patch
45
}
46
}
46
47
47
src_compile() {
48
src_configure() {
48
49
49
	local myconf myuse
50
	local myconf myuse
50
	myuse="use_cookie=y use_ansi_color=y use_history=y
51
	myuse="use_cookie=y use_ansi_color=y use_history=y
Lines 101-106 Link Here
101
		-mk_btri=/usr/libexec/moe \
102
		-mk_btri=/usr/libexec/moe \
102
		-cflags="${CFLAGS}" -ldflags="${LDFLAGS}" \
103
		-cflags="${CFLAGS}" -ldflags="${LDFLAGS}" \
103
		${myconf} || die
104
		${myconf} || die
105
}
106
107
src_compile() {
104
108
105
	emake || die "emake failed"
109
	emake || die "emake failed"
106
}
110
}

Return to bug 601130