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

Collapse All | Expand All

(-)a/libaacplus-2.0.2-r1.ebuild (-1 / +4 lines)
Lines 6-12 EAPI=5 Link Here
6
6
7
AUTOTOOLS_AUTORECONF=true
7
AUTOTOOLS_AUTORECONF=true
8
8
9
inherit autotools-utils
9
inherit autotools-utils flag-o-matic
10
10
11
# This file cannot be mirrored.
11
# This file cannot be mirrored.
12
# See the notes at http://tipok.org.ua/node/17
12
# See the notes at http://tipok.org.ua/node/17
Lines 51-56 src_prepare() { Link Here
51
}
51
}
52
52
53
src_configure() {
53
src_configure() {
54
	# clang support, bug #458932
55
	append-flags $(test-flags -std=gnu89)
56
54
	local myeconfargs=( $(use_with fftw fftw3) )
57
	local myeconfargs=( $(use_with fftw fftw3) )
55
	autotools-utils_src_configure
58
	autotools-utils_src_configure
56
}
59
}

Return to bug 458932