summaryrefslogtreecommitdiff
blob: 1f66d76c98d3d005d5a0565c6c3496a70b387640 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeedu/kdeedu-3.0.5b.ebuild,v 1.4 2004/01/19 03:48:01 caleb Exp $
inherit kde-dist

IUSE=""
DESCRIPTION="KDE $PV - educational apps"
KEYWORDS="x86 ppc ~alpha sparc"

src_unpack() {
	kde_src_unpack
	kde_sandbox_patch ${S}/klettres/klettres
}

src_compile() {
	kde_src_compile myconf configure

	# build fails with -fomit-frame-pointer optimization in kgeo
	kde_remove_flag kgeo -fomit-frame-pointer
	kde_remove_flag kgeo/kgeo -fomit-frame-pointer

	kde_src_compile make
}