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

Collapse All | Expand All

(-)/usr/portage/app-misc/devtodo/devtodo-0.1.17.ebuild (+5 lines)
Lines 14-19 Link Here
14
DEPEND=">=sys-libs/ncurses-5.2
14
DEPEND=">=sys-libs/ncurses-5.2
15
	>=sys-libs/readline-4.1"
15
	>=sys-libs/readline-4.1"
16
16
17
src_unpack() {
18
	unpack ${A}
19
	# patch to fix compile against gcc 3.3
20
	epatch ${FILESDIR}/${P}-gcc33_fixes.patch
21
}
17
src_compile() {
22
src_compile() {
18
	econf --sysconfdir=/etc/devtodo
23
	econf --sysconfdir=/etc/devtodo
19
	emake
24
	emake

Return to bug 23691