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

(-)a/sys-fs/hfsutils/hfsutils-3.2.6_p14.ebuild (-1 / +3 lines)
Lines 43-49 src_prepare() { Link Here
43
43
44
src_configure() {
44
src_configure() {
45
	tc-export CC
45
	tc-export CC
46
	econf $(use_with tcl) $(use_with tk)
46
	econf \
47
		$(use_with tcl tcl /usr/$(get_libdir) no) \
48
		$(use_with tk tk /usr/$(get_libdir) no)
47
}
49
}
48
50
49
src_compile() {
51
src_compile() {

Return to bug 683860