diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-01-19 01:10:19 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-01-19 01:10:19 +0000 |
commit | eff23e4ea09c1f2991411e5eb234735ff59cc56a (patch) | |
tree | 54a04bc5546028c80c8c8d334d226dc164948915 /net-mail/courier-imap | |
parent | stable on sparc (Manifest recommit) (diff) | |
download | gentoo-2-eff23e4ea09c1f2991411e5eb234735ff59cc56a.tar.gz gentoo-2-eff23e4ea09c1f2991411e5eb234735ff59cc56a.tar.bz2 gentoo-2-eff23e4ea09c1f2991411e5eb234735ff59cc56a.zip |
fix bug #38606.
Diffstat (limited to 'net-mail/courier-imap')
-rw-r--r-- | net-mail/courier-imap/ChangeLog | 8 | ||||
-rw-r--r-- | net-mail/courier-imap/courier-imap-2.1.2-r1.ebuild | 6 |
2 files changed, 11 insertions, 3 deletions
diff --git a/net-mail/courier-imap/ChangeLog b/net-mail/courier-imap/ChangeLog index ea427dbb4490..dd1d59668984 100644 --- a/net-mail/courier-imap/ChangeLog +++ b/net-mail/courier-imap/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-mail/courier-imap -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/courier-imap/ChangeLog,v 1.51 2004/01/08 12:20:13 weeve Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/courier-imap/ChangeLog,v 1.52 2004/01/19 01:10:18 robbat2 Exp $ + + 18 Jan 2004; Robin H. Johnson <robbat2@gentoo.org> + courier-imap-2.1.2-r1.ebuild: + fix bug #38606. 08 Jan 2004; Jason Wever <weeve@gentoo.org> courier-imap-2.1.2-r1.ebuild: Added ~sparc keyword. diff --git a/net-mail/courier-imap/courier-imap-2.1.2-r1.ebuild b/net-mail/courier-imap/courier-imap-2.1.2-r1.ebuild index 2dd548779061..b5705f3ae977 100644 --- a/net-mail/courier-imap/courier-imap-2.1.2-r1.ebuild +++ b/net-mail/courier-imap/courier-imap-2.1.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/courier-imap/courier-imap-2.1.2-r1.ebuild,v 1.8 2004/01/08 12:20:13 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/courier-imap/courier-imap-2.1.2-r1.ebuild,v 1.9 2004/01/19 01:10:19 robbat2 Exp $ DESCRIPTION="An IMAP daemon designed specifically for maildirs" SRC_URI="mirror://sourceforge/courier/${P}.tar.bz2" @@ -110,6 +110,10 @@ src_compile() { ewarn "The package presently provides no way to disable fam support if you don't want it" fi + # fix for non-x86 platforms, bug #38606 + # courier-imap doesn't respect just --host=$CHOST without --build + [ -z "${CBUILD}" ] && export CBUILD="${CHOST}" + # Do the actual build now LDFLAGS="${LDFLAGS}" econf \ --disable-root-check \ |