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

(-)accessx-0951-r1.ebuild.orig (-1 / +2 lines)
Lines 28-34 Link Here
28
28
29
src_compile() {
29
src_compile() {
30
	emake CC="$(tc-getCXX)" OPTS="${CXXFLAGS}" \
30
	emake CC="$(tc-getCXX)" OPTS="${CXXFLAGS}" \
31
		XLIBDIR="-L/usr/$(get_libdir)" || die "emake failed."
31
		XLIBDIR="-L/usr/$(get_libdir)" LLIBS="-lXext -lX11" \
32
			|| die "emake failed."
32
}
33
}
33
34
34
src_install() {
35
src_install() {

Return to bug 248546