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

Collapse All | Expand All

(-)/usr/portage/games-emulation/qmamecat/qmamecat-0.44.45.ebuild (+5 lines)
Lines 2-7 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /home/cvsroot/gentoo-x86/games-emulation/qmamecat/qmamecat-0.44.45.ebuild,v 1.1 2003/09/09 16:26:50 vapier Exp $
3
# $Header: /home/cvsroot/gentoo-x86/games-emulation/qmamecat/qmamecat-0.44.45.ebuild,v 1.1 2003/09/09 16:26:50 vapier Exp $
4
4
5
inherit kde
6
5
MY_PV="${PV/45/b45}"
7
MY_PV="${PV/45/b45}"
6
DESCRIPTION="QT mame catalog and frontend"
8
DESCRIPTION="QT mame catalog and frontend"
7
HOMEPAGE="http://www.mameworld.net/mamecat/"
9
HOMEPAGE="http://www.mameworld.net/mamecat/"
Lines 18-23 Link Here
18
S=${WORKDIR}/${PN}
20
S=${WORKDIR}/${PN}
19
21
20
src_compile() {
22
src_compile() {
23
	# See bug #41006
24
	kde_src_compile none
25
21
	# emake is horribly broken
26
	# emake is horribly broken
22
	make COPTIM="${CFLAGS}" || die
27
	make COPTIM="${CFLAGS}" || die
23
}
28
}

Return to bug 41006