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

(-)qt-3.3.3.ebuild.orig (+9 lines)
Lines 58-63 Link Here
58
		ewarn "Be aware."
58
		ewarn "Be aware."
59
		ewarn
59
		ewarn
60
	fi
60
	fi
61
	if use opengl ; then
62
		if ! [ -e /usr/X11R6/include/GL/glext.h ] ; then
63
			ewarn
64
			ewarn "You are going to compile Qt with opengl support."
65
			ewarn "It's necessary that you run opengl-update first or the Qt meight will fail."
66
			ewarn
67
			die
68
		fi
69
	fi
61
}
70
}
62
71
63
src_unpack() {
72
src_unpack() {

Return to bug 61080