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

Collapse All | Expand All

(-)/usr/portage/media-gfx/jhead/jhead-2.86.ebuild (-2 / +9 lines)
Lines 2-8 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-gfx/jhead/jhead-2.86.ebuild,v 1.7 2009/05/20 17:57:04 armin76 Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-gfx/jhead/jhead-2.86.ebuild,v 1.7 2009/05/20 17:57:04 armin76 Exp $
4
4
5
inherit toolchain-funcs
5
inherit eutils flag-o-matic toolchain-funcs
6
6
7
DESCRIPTION="Exif Jpeg camera setting parser and thumbnail remover"
7
DESCRIPTION="Exif Jpeg camera setting parser and thumbnail remover"
8
HOMEPAGE="http://www.sentex.net/~mwandel/jhead"
8
HOMEPAGE="http://www.sentex.net/~mwandel/jhead"
Lines 13-20 Link Here
13
KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
13
KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
14
IUSE=""
14
IUSE=""
15
15
16
src_unpack() {
17
	unpack ${A}
18
19
	cd "${S}"
20
	epatch "${FILESDIR}"/${PN}-respect_flags.patch
21
	epatch "${FILESDIR}"/${PN}-mkstemp.patch
22
}
23
16
src_compile() {
24
src_compile() {
17
	tc-export CC
18
	emake || die "emake failed."
25
	emake || die "emake failed."
19
}
26
}
20
27

Return to bug 275200