diff options
author | Eray Aslan <eras@gentoo.org> | 2011-12-24 10:27:02 +0000 |
---|---|---|
committer | Eray Aslan <eras@gentoo.org> | 2011-12-24 10:27:02 +0000 |
commit | 5f024f5e9ae59ea1fea86db75329355442b4e78a (patch) | |
tree | 62933017f10993e039a814db700425c1d68bb3c7 /net-mail/uw-imap | |
parent | Fix python shebangs to python2, bug 383775. Thanks to Ian Delaney for patch (diff) | |
download | gentoo-2-5f024f5e9ae59ea1fea86db75329355442b4e78a.tar.gz gentoo-2-5f024f5e9ae59ea1fea86db75329355442b4e78a.tar.bz2 gentoo-2-5f024f5e9ae59ea1fea86db75329355442b4e78a.zip |
Fix building with -ssl USE flag - bug #395855
(Portage version: 2.1.10.42/cvs/Linux x86_64)
Diffstat (limited to 'net-mail/uw-imap')
-rw-r--r-- | net-mail/uw-imap/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/uw-imap/uw-imap-2007f.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/net-mail/uw-imap/ChangeLog b/net-mail/uw-imap/ChangeLog index f7ab6c20a16d..f1ae8e7e3977 100644 --- a/net-mail/uw-imap/ChangeLog +++ b/net-mail/uw-imap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/uw-imap # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/uw-imap/ChangeLog,v 1.130 2011/12/22 22:00:26 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/uw-imap/ChangeLog,v 1.131 2011/12/24 10:27:02 eras Exp $ + + 24 Dec 2011; Eray Aslan <eras@gentoo.org> uw-imap-2007f.ebuild: + Fix building with -ssl USE flag - bug #395855 22 Dec 2011; Markus Meier <maekke@gentoo.org> uw-imap-2007f.ebuild: x86 stable, bug #391349 diff --git a/net-mail/uw-imap/uw-imap-2007f.ebuild b/net-mail/uw-imap/uw-imap-2007f.ebuild index 2eda9c8436c1..479fbd1c6e29 100644 --- a/net-mail/uw-imap/uw-imap-2007f.ebuild +++ b/net-mail/uw-imap/uw-imap-2007f.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/uw-imap/uw-imap-2007f.ebuild,v 1.4 2011/12/22 22:00:26 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/uw-imap/uw-imap-2007f.ebuild,v 1.5 2011/12/24 10:27:02 eras Exp $ EAPI=4 @@ -48,6 +48,9 @@ src_prepare() { epatch "${FILESDIR}"/${PN}-2004c-amd64-so-fix.patch epatch "${FILESDIR}/${PN}-ldflags.patch" + # no interactive build + sed -i -e "/read x; case/s/^/#/" Makefile || die + # Now we must make all the individual Makefiles use different CFLAGS, # otherwise they would all use -fPIC sed -i -e "s|\`cat \$C/CFLAGS\`|${CFLAGS}|g" src/dmail/Makefile \ |