Summary: | sci-libs/fftw-2.1.5-r1 as-needed fix | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Alexis Ballier <aballier> |
Component: | Current packages | Assignee: | Gentoo Science Related Packages <sci> |
Status: | RESOLVED FIXED | ||
Severity: | enhancement | CC: | flameeyes |
Priority: | High | ||
Version: | 2006.1 | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 129413 | ||
Attachments: |
as-needed fix.
patch to makefile.am |
Description
Alexis Ballier
![]() Created attachment 100226 [details, diff]
as-needed fix.
diff to the current 2.1.5-r1 ebuild :
--- fftw-2.1.5-r1.ebuild 2006-10-22 19:23:22.000000000 +0200
+++ fftw-2.1.5-r2.ebuild 2006-10-22 19:23:08.000000000 +0200
@@ -65,6 +65,7 @@
#it might be needed if it is decided that lam is an optional dependence
cd "${S}-single"
+ epatch "${FILESDIR}/${P}-as-needed.patch"
econf \
--enable-shared \
--enable-threads \
@@ -76,6 +77,7 @@
#the only difference here is no --enable-float
cd "${S}-double"
+ epatch "${FILESDIR}/${P}-as-needed.patch"
econf \
--enable-shared \
--enable-threads \
In CVS. Thanks. bah running eautoreconf made that patch useless since it's applying to makefile.in Created attachment 114998 [details, diff]
patch to makefile.am
finally fixed in cvs. |