Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 255094 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/games-simulation/fgrun/fgrun-1.0.0.ebuild (-2 / +2 lines)
Lines 21-31 Link Here
21
	x11-libs/libXmu"
21
	x11-libs/libXmu"
22
22
23
src_prepare() {
23
src_prepare() {
24
	epatch "${FILESDIR}/${P}"-{fltk,gcc43}.patch
24
	epatch "${FILESDIR}/${P}"-fltk.patch
25
	AT_M4DIR=. eautoreconf
25
	AT_M4DIR=. eautoreconf
26
}
26
}
27
27
28
src_prepare() {
28
src_configure() {
29
	egamesconf \
29
	egamesconf \
30
		--with-plib-libraries=/usr/$(get_libdir) \
30
		--with-plib-libraries=/usr/$(get_libdir) \
31
		--with-plib-includes=/usr/include \
31
		--with-plib-includes=/usr/include \

Return to bug 255094