Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 98557 Details for
Bug 149778
Make fftw compile on freebsd (with patch)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fftw-3.1.2.ebuild.patch
fftw-3.1.2.ebuild.patch (text/plain), 883 bytes, created by
Timothy Redaelli (RETIRED)
on 2006-10-01 14:07:03 UTC
(
hide
)
Description:
fftw-3.1.2.ebuild.patch
Filename:
MIME Type:
Creator:
Timothy Redaelli (RETIRED)
Created:
2006-10-01 14:07:03 UTC
Size:
883 bytes
patch
obsolete
>--- /usr/portage/sci-libs/fftw/fftw-3.1.2.ebuild 2006-07-12 15:06:18.000000000 +0200 >+++ fftw-3.1.2.ebuild 2006-10-01 22:58:03.000000000 +0200 >@@ -10,15 +10,22 @@ > > LICENSE="GPL-2" > SLOT="3.0" >-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~sparc ~x86" >-IUSE="altivec sse sse2 test" >+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~sparc ~x86 ~x86-fbsd" >+IUSE="elibc_FreeBSD altivec sse sse2 test" > >-DEPEND="test? ( dev-lang/perl )" >+DEPEND="test? ( dev-lang/perl ) >+ elibc_FreeBSD? ( sci-libs/ldouble )" > > src_unpack() { > unpack ${A} > cd "${S}" > >+ if use elibc_FreeBSD; then >+ epatch "${FILESDIR}"/${PN}-configure.patch >+ einfo "Running autoreconf" >+ autoreconf --verbose --install --symlink --force || die "autoreconf failed" >+ fi >+ > if [[ "${ARCH}" == "ppc-macos" ]];then > epatch "${FILESDIR}"/${PN}-ppc-macos.patch > fi
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 149778
:
98555
|
98556
|
98557
|
98558
|
98699