commit:     0b050154e378feaa12d830536f96730d729404cb
Author:     Eray Aslan <eras <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 25 06:54:51 2015 +0000
Commit:     Eray Aslan <eras <AT> gentoo <DOT> org>
CommitDate: Tue Aug 25 07:00:56 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b050154

Fix building with mysql

Bug: 557582

 net-mail/mailutils/mailutils-2.99.98.ebuild | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/net-mail/mailutils/mailutils-2.99.98.ebuild 
b/net-mail/mailutils/mailutils-2.99.98.ebuild
index 329dbdf..29d3c7a 100644
--- a/net-mail/mailutils/mailutils-2.99.98.ebuild
+++ b/net-mail/mailutils/mailutils-2.99.98.ebuild
@@ -5,7 +5,7 @@
 EAPI=5
 PYTHON_DEPEND="python? 2"
 
-inherit eutils flag-o-matic python toolchain-funcs
+inherit autotools eutils flag-o-matic python toolchain-funcs
 
 DESCRIPTION="A useful collection of mail servers, clients, and filters"
 HOMEPAGE="https://www.gnu.org/software/mailutils/mailutils.html";
@@ -57,6 +57,11 @@ src_prepare() {
        echo "#!/bin/sh" > build-aux/py-compile
        epatch "${FILESDIR}/${P}-array_bounds.patch"
        epatch "${FILESDIR}/${P}-readline-6.3.patch" #503954
+       if use mysql; then
+               sed -i -e /^INCLUDES/s:$:$(mysql_config --include): \
+                       sql/Makefile.am || die
+               eautoreconf
+       fi
 }
 
 src_configure() {

Reply via email to