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

(-)a/x11-libs/libX11/libX11-9999.ebuild (-2 / +6 lines)
Lines 46-52 src_compile() { Link Here
46
	if tc-is-cross-compiler; then
46
	if tc-is-cross-compiler; then
47
		(
47
		(
48
			filter-flags -m*
48
			filter-flags -m*
49
			emake -C "${AUTOTOOLS_BUILD_DIR}"/src/util CC=$(tc-getBUILD_CC) CFLAGS="${CFLAGS}" LDFLAGS="" clean all || die
49
			multilib_for_best_abi run_in_build_dir \
50
				emake -C src/util \
51
				CC=$(tc-getBUILD_CC) \
52
				CFLAGS="${CFLAGS}" \
53
				LDFLAGS="" \
54
				clean all || die
50
		)
55
		)
51
	fi
56
	fi
52
	xorg-2_src_compile
57
	xorg-2_src_compile
53
- 

Return to bug 464514