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

Collapse All | Expand All

(-)/usr/portage/media-libs/libprojectm/libprojectm-0.99.ebuild (-1 / +10 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: /var/cvsroot/gentoo-x86/media-libs/libprojectm/libprojectm-0.99.ebuild,v 1.4 2007/02/26 16:51:14 jer Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-libs/libprojectm/libprojectm-0.99.ebuild,v 1.4 2007/02/26 16:51:14 jer Exp $
4
4
5
inherit eutils autotools
6
5
MY_PN="${PN/libprojectm/libprojectM}"
7
MY_PN="${PN/libprojectm/libprojectM}"
6
MY_P="${MY_PN}-${PV}"
8
MY_P="${MY_PN}-${PV}"
7
9
Lines 11-17 Link Here
11
13
12
LICENSE="LGPL-2"
14
LICENSE="LGPL-2"
13
SLOT="0"
15
SLOT="0"
14
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
16
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd"
15
17
16
RDEPEND="media-libs/ftgl
18
RDEPEND="media-libs/ftgl
17
	media-libs/freetype
19
	media-libs/freetype
Lines 22-27 Link Here
22
24
23
S="${WORKDIR}/${MY_PN}"
25
S="${WORKDIR}/${MY_PN}"
24
26
27
src_unpack() {
28
	unpack ${A}
29
	cd ${S}
30
	epatch ${FILESDIR}/${PN}-fbsd.patch
31
	AT_M4DIR="m4" eautoreconf || die "eautoreconf failed"
32
}
33
25
src_install() {
34
src_install() {
26
	emake DESTDIR="${D}" install || die
35
	emake DESTDIR="${D}" install || die
27
}
36
}

Return to bug 169332