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

Collapse All | Expand All

(-)pstoedit-3.42.ebuild.orig (-2 / +3 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/pstoedit/pstoedit-3.42.ebuild,v 1.2 2006/04/13 19:17:45 chutzpah Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-gfx/pstoedit/pstoedit-3.42.ebuild,v 1.2 2006/04/13 19:17:45 chutzpah Exp $
4
4
5
inherit libtool
5
inherit autotools eutils
6
6
7
# see bug #29724. please don't re-enable flash support until
7
# see bug #29724. please don't re-enable flash support until
8
# ming has the patches applied <obz@gentoo.org>
8
# ming has the patches applied <obz@gentoo.org>
Lines 35-40 Link Here
35
	# need to remove the pedantic flag, see bug #39557
35
	# need to remove the pedantic flag, see bug #39557
36
	sed -i -e "s/\-pedantic//" configure
36
	sed -i -e "s/\-pedantic//" configure
37
37
38
	epatch "${FILESDIR}/${P}-as-needed.patch"
39
	eautoreconf
38
}
40
}
39
41
40
src_compile() {
42
src_compile() {
Lines 44-50 Link Here
44
	[ -f /usr/include/libEMF/emf.h ] \
46
	[ -f /usr/include/libEMF/emf.h ] \
45
		&& myconf="${myconf} --with-libemf-include=/usr/include/libEMF"
47
		&& myconf="${myconf} --with-libemf-include=/usr/include/libEMF"
46
48
47
	elibtoolize
48
	econf ${myconf} $(use_with plotutils libplot) || die "econf failed"
49
	econf ${myconf} $(use_with plotutils libplot) || die "econf failed"
49
	make || die
50
	make || die
50
51

Return to bug 131848