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

Collapse All | Expand All

(-)gimp-freetype-0.2-r1.ebuild (-2 / +8 lines)
Lines 8-25 Link Here
8
SRC_URI="http://freetype.gimp.org/gimp-freetype-0.2.tar.gz"
8
SRC_URI="http://freetype.gimp.org/gimp-freetype-0.2.tar.gz"
9
HOMEPAGE="http://freetype.gimp.org/"
9
HOMEPAGE="http://freetype.gimp.org/"
10
10
11
DEPEND=">=media-gfx/gimp-1.2.3-r1 >=media-libs/freetype-2.0.1"
11
DEPEND=">=media-gfx/gimp-1.2.3-r1 
12
		>=media-libs/freetype-2.0.1
13
		nls? ( sys-devel/gettext )"
12
RDEPEND="virtual/glibc"
14
RDEPEND="virtual/glibc"
13
15
14
16
15
src_compile() {
17
src_compile() {
18
19
	local myconf
20
	use nls || myconf="${myconf} --disable-nls"
21
16
	./configure --host=${CHOST} \
22
	./configure --host=${CHOST} \
17
	--prefix=/usr \
23
	--prefix=/usr \
18
	--mandir=/usr/share/man \
24
	--mandir=/usr/share/man \
19
	--infodir=/usr/share/info \
25
	--infodir=/usr/share/info \
20
	--sysconfdir=/etc/gimp/1.2/	\
26
	--sysconfdir=/etc/gimp/1.2/	\
21
	--with-gimp-exec-prefix=/usr \
27
	--with-gimp-exec-prefix=/usr \
22
	|| die
28
	${myconf} || die
23
	emake || die
29
	emake || die
24
}
30
}
25
31

Return to bug 1073