Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 207859 Details for
Bug 285144
net-mail/courier-imap-4.0.6-r3: Failed to emerge with libtool 2.2.6a
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Expanded version of patch that makes courier-imap actually compile.
courier-imap-4.0.6-r3.ebuild.patch (text/plain), 1.84 KB, created by
Dave Lindquist
on 2009-10-21 19:19:51 UTC
(
hide
)
Description:
Expanded version of patch that makes courier-imap actually compile.
Filename:
MIME Type:
Creator:
Dave Lindquist
Created:
2009-10-21 19:19:51 UTC
Size:
1.84 KB
patch
obsolete
>--- original/courier-imap-4.0.6-r3.ebuild 2009-07-11 11:06:28.000000000 -0600 >+++ patched/courier-imap-4.0.6-r3.ebuild 2009-10-21 13:02:52.000000000 -0600 >@@ -97,6 +97,71 @@ > ebegin "Recreating tcpd/configure" > eautoreconf || die "eautoreconf on tcpd failed" > eend $? >+ >+ cd "${S}/numlib" >+ ebegin "Recreating numlib/configure" >+ eautoreconf || die "eautoreconf on numlib failed" >+ eend $? >+ >+ cd "${S}/md5" >+ ebegin "Recreating md5/configure" >+ eautoreconf || die "eautoreconf on md5 failed" >+ eend $? >+ >+ cd "${S}/sha1" >+ ebegin "Recreating sha1/configure" >+ eautoreconf || die "eautoreconf on sha1 failed" >+ eend $? >+ >+ cd "${S}/gdbmobj" >+ ebegin "Recreating gdbmobj/configure" >+ eautoreconf || die "eautoreconf on gdbmobj failed" >+ eend $? >+ >+ cd "${S}/unicode" >+ ebegin "Recreating unicode/configure" >+ eautoreconf || die "eautoreconf on unicode failed" >+ eend $? >+ >+ cd "${S}/rfc822" >+ ebegin "Recreating rfc822/configure" >+ eautoreconf || die "eautoreconf on rfc822 failed" >+ eend $? >+ >+ cd "${S}/random128" >+ ebegin "Recreating random128/configure" >+ eautoreconf || die "eautoreconf on random128 failed" >+ eend $? >+ >+ cd "${S}/rfc1035" >+ ebegin "Recreating rfc1035/configure" >+ eautoreconf || die "eautoreconf on rfc1035 failed" >+ eend $? >+ >+ cd "${S}/rfc2045" >+ ebegin "Recreating rfc2045/configure" >+ eautoreconf || die "eautoreconf on rfc2045 failed" >+ eend $? >+ >+ cd "${S}/liblock" >+ ebegin "Recreating liblock/configure" >+ eautoreconf || die "eautoreconf on liblock failed" >+ eend $? >+ >+ cd "${S}/makedat" >+ ebegin "Recreating makedat/configure" >+ eautoreconf || die "eautoreconf on makedat failed" >+ eend $? >+ >+ cd "${S}/libhmac" >+ ebegin "Recreating libhmac/configure" >+ eautoreconf || die "eautoreconf on libhmac failed" >+ eend $? >+ >+ cd "${S}/imap" >+ ebegin "Recreating imap/configure" >+ eautoreconf || die "eautoreconf on imap failed" >+ eend $? > } > > src_compile() {
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 285144
:
204301
|
204512
| 207859