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

Collapse All | Expand All

(-)a/pslib-0.4.1.ebuild (+9 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/dev-libs/pslib/pslib-0.4.1.ebuild,v 1.1 2008/01/19 16:48:05 aballier Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-libs/pslib/pslib-0.4.1.ebuild,v 1.1 2008/01/19 16:48:05 aballier Exp $
4
4
5
inherit autotools eutils
6
5
IUSE="debug jpeg png tiff"
7
IUSE="debug jpeg png tiff"
6
8
7
DESCRIPTION="pslib is a C-library to create PostScript files on the fly."
9
DESCRIPTION="pslib is a C-library to create PostScript files on the fly."
Lines 20-25 Link Here
20
	dev-perl/XML-Parser"
22
	dev-perl/XML-Parser"
21
SLOT="0"
23
SLOT="0"
22
24
25
src_unpack() {
26
	unpack "${A}"
27
	cd "${S}"
28
	epatch "${FILESDIR}"/"${PN}"-lm.patch
29
	eautoreconf
30
}
31
23
src_compile() {
32
src_compile() {
24
	econf $(use_with png) \
33
	econf $(use_with png) \
25
		$(use_with jpeg) \
34
		$(use_with jpeg) \

Return to bug 249359