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

(-)predict-2.2.3-r2.ebuild.orig (-2 / +2 lines)
Lines 87-96 Link Here
87
87
88
	local COMPILER="$(tc-getCC) ${CFLAGS} ${LDFLAGS}"
88
	local COMPILER="$(tc-getCC) ${CFLAGS} ${LDFLAGS}"
89
	einfo "Compiling predict"
89
	einfo "Compiling predict"
90
	${COMPILER} predict.c -lm -lncurses -lpthread \
90
	${COMPILER} predict.c -lm $($(tc-getPKG_CONFIG) --libs ncurses) -lpthread \
91
		-o predict || die "failed predict"
91
		-o predict || die "failed predict"
92
	einfo "Compiling predict-g1yyh"
92
	einfo "Compiling predict-g1yyh"
93
	${COMPILER} predict-g1yyh.c -lm -lncurses -lpthread -lmenu \
93
	${COMPILER} predict-g1yyh.c -lm $($(tc-getPKG_CONFIG) --libs ncurses) -lpthread -lmenu \
94
		-o predict-g1yyh || die "failed predict-g1yyh"
94
		-o predict-g1yyh || die "failed predict-g1yyh"
95
	einfo "Compiling vocalizer"
95
	einfo "Compiling vocalizer"
96
	${COMPILER} vocalizer/vocalizer.c \
96
	${COMPILER} vocalizer/vocalizer.c \

Return to bug 598912