diff options
author | 2011-12-24 10:27:02 +0000 | |
---|---|---|
committer | 2011-12-24 10:27:02 +0000 | |
commit | 5f024f5e9ae59ea1fea86db75329355442b4e78a (patch) | |
tree | 62933017f10993e039a814db700425c1d68bb3c7 /net-mail/uw-imap/uw-imap-2007f.ebuild | |
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/uw-imap-2007f.ebuild')
-rw-r--r-- | net-mail/uw-imap/uw-imap-2007f.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
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 \ |