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

(-)/usr/portage/media-gfx/graphviz/graphviz-1.10.ebuild (+2 lines)
Lines 32-37 Link Here
32
	use tcltk || myconf="${myconf} --without-tcl --without-tk"
32
	use tcltk || myconf="${myconf} --without-tcl --without-tk"
33
33
34
	econf ${myconf}
34
	econf ${myconf}
35
	(sed 's/\$(SORT) +0 -1/\$(SORT) -k1,2/g' dotneato/common/Makefile > ${T}/Makefile &&
36
	mv ${T}/Makefile dotneato/common/Makefile) || die
35
37
36
	emake || die
38
	emake || die
37
}
39
}

Return to bug 29834