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

Collapse All | Expand All

(-)mira-3.0.0.ebuild.orig (-1 / +3 lines)
Lines 6-12 Link Here
6
6
7
MIRA_3RDPARTY_PV="31-01-2010"
7
MIRA_3RDPARTY_PV="31-01-2010"
8
8
9
inherit base autotools
9
inherit autotools base eutils
10
10
11
DESCRIPTION="Whole Genome Shotgun and EST Sequence Assembler for Sanger, 454 and Solexa / Illumina"
11
DESCRIPTION="Whole Genome Shotgun and EST Sequence Assembler for Sanger, 454 and Solexa / Illumina"
12
HOMEPAGE="http://www.chevreux.org/projects_mira.html"
12
HOMEPAGE="http://www.chevreux.org/projects_mira.html"
Lines 26-31 Link Here
26
26
27
src_prepare() {
27
src_prepare() {
28
	find -name 'configure*' -or -name 'Makefile*' | xargs sed -i 's/flex++/flex -+/' || die
28
	find -name 'configure*' -or -name 'Makefile*' | xargs sed -i 's/flex++/flex -+/' || die
29
	epatch "${FILESDIR}"/${P}-as-needed.patch
30
	find -name Makefile.am -exec sed -i -e 's:-lexpat:$(EXPAT_LIBS)' {} \; || die "sed failed"
29
	AT_M4DIR="config/m4" eautoreconf
31
	AT_M4DIR="config/m4" eautoreconf
30
}
32
}
31
33

Return to bug 305547