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

Collapse All | Expand All

(-)fftw-3.1.3.ebuild (-3 / +3 lines)
Lines 32-40 Link Here
32
src_unpack() {
32
src_unpack() {
33
	unpack ${A}
33
	unpack ${A}
34
	cd "${S}"
34
	cd "${S}"
35
	epatch "${FILESDIR}"/${PN}-3.1.2-configure.ac.patch
35
	epatch "${FILESDIR}"/${PN}-3.2-openmp.patch
36
	epatch "${FILESDIR}"/${PN}-3.1.2-openmp.patch
36
	epatch "${FILESDIR}"/${PN}-3.2-as-needed.patch
37
	epatch "${FILESDIR}"/${PN}-3.1.2-as-needed.patch
37
	epatch "${FILESDIR}"/${PN}-3.2-cppflags.patch
38
38
39
	# fix info file
39
	# fix info file
40
	sed -e 's/Texinfo documentation system/Libraries/' \
40
	sed -e 's/Texinfo documentation system/Libraries/' \

Return to bug 247561