Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mysql++/
Date: Sun, 05 Feb 2017 15:53:47
Message-Id: 1486310012.f4ae3586466b62e04624ca862b01d31f2a585b83.grknight@gentoo
1 commit: f4ae3586466b62e04624ca862b01d31f2a585b83
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 5 15:53:32 2017 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 5 15:53:32 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4ae3586
7
8 dev-db/mysql++: Fix build failure when libmysqlclient_r does not exist #608320
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-db/mysql++/mysql++-3.2.1.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-db/mysql++/mysql++-3.2.1.ebuild b/dev-db/mysql++/mysql++-3.2.1.ebuild
16 index 0ce369c..797d60f 100644
17 --- a/dev-db/mysql++/mysql++-3.2.1.ebuild
18 +++ b/dev-db/mysql++/mysql++-3.2.1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -21,6 +21,7 @@ DEPEND="${RDEPEND}"
26 src_prepare() {
27 epatch "${FILESDIR}/${P}-gold.patch"
28 epatch_user
29 + sed -i -e "s/mysqlclient_r/mysqlclient/" "${S}/configure" || die
30 }
31
32 src_configure() {