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

(-)/usr/portage/games-board/xskat/xskat-4.0.ebuild (-2 / +6 lines)
Lines 20-28 Link Here
20
	x11-misc/imake
20
	x11-misc/imake
21
	x11-proto/xproto"
21
	x11-proto/xproto"
22
22
23
src_compile() {
23
src_configure() {
24
	xmkmf -a || die "xmkmf failed"
24
	xmkmf -a || die "xmkmf failed"
25
	emake CDEBUGFLAGS="${CFLAGS}" || die "emake failed"
25
	sed -i Makefile -e "s/CC = gcc/CC = $(tc-getCC)/" || die "sed failed"
26
}
27
28
src_compile() {
29
	emake CDEBUGFLAGS="${CFLAGS}" LDOPTIONS="${LDFLAGS}" || die "emake failed"
26
}
30
}
27
31
28
src_install() {
32
src_install() {

Return to bug 336002