Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 499046
Collapse All | Expand All

(-)/usr/portage/sci-biology/cufflinks/cufflinks-1.3.0.ebuild (-3 / +10 lines)
Lines 1-8 Link Here
1
# Copyright 1999-2012 Gentoo Foundation
1
# Copyright 1999-2014 Gentoo Foundation
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/sci-biology/cufflinks/cufflinks-1.3.0.ebuild,v 1.3 2012/11/10 10:58:55 jlec Exp $
3
# $Header: $
4
4
5
EAPI=4
5
EAPI=5
6
6
7
AUTOTOOLS_AUTORECONF=yes
7
AUTOTOOLS_AUTORECONF=yes
8
8
Lines 28-33 Link Here
28
	"${FILESDIR}"/${P}-gcc-4.7.patch
28
	"${FILESDIR}"/${P}-gcc-4.7.patch
29
	)
29
	)
30
30
31
src_prepare() {
32
	# automake 1.14 compatibility
33
	sed -i -e '/AM_INIT_AUTOMAKE(/s/foreign/foreign subdir-objects/' configure.ac || die
34
35
	autotools-utils_src_prepare
36
}
37
31
src_configure() {
38
src_configure() {
32
	local myeconfargs=(
39
	local myeconfargs=(
33
		--disable-optim
40
		--disable-optim

Return to bug 499046