From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 35237139085 for ; Sun, 5 Feb 2017 15:53:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44EB6E0CD4; Sun, 5 Feb 2017 15:53:46 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 26AF2E0CD4 for ; Sun, 5 Feb 2017 15:53:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A59DC341398 for ; Sun, 5 Feb 2017 15:53:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD1A03B8E for ; Sun, 5 Feb 2017 15:53:42 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1486310012.f4ae3586466b62e04624ca862b01d31f2a585b83.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mysql++/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/mysql++/mysql++-3.2.1.ebuild X-VCS-Directories: dev-db/mysql++/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: f4ae3586466b62e04624ca862b01d31f2a585b83 X-VCS-Branch: master Date: Sun, 5 Feb 2017 15:53:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: aa64c1a0-fa8e-4a2c-9c62-aaac807aea6d X-Archives-Hash: 9d175282d33a019e812a4d661de63cc1 commit: f4ae3586466b62e04624ca862b01d31f2a585b83 Author: Brian Evans gentoo org> AuthorDate: Sun Feb 5 15:53:32 2017 +0000 Commit: Brian Evans gentoo org> CommitDate: Sun Feb 5 15:53:32 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4ae3586 dev-db/mysql++: Fix build failure when libmysqlclient_r does not exist #608320 Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-db/mysql++/mysql++-3.2.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-db/mysql++/mysql++-3.2.1.ebuild b/dev-db/mysql++/mysql++-3.2.1.ebuild index 0ce369c..797d60f 100644 --- a/dev-db/mysql++/mysql++-3.2.1.ebuild +++ b/dev-db/mysql++/mysql++-3.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -21,6 +21,7 @@ DEPEND="${RDEPEND}" src_prepare() { epatch "${FILESDIR}/${P}-gold.patch" epatch_user + sed -i -e "s/mysqlclient_r/mysqlclient/" "${S}/configure" || die } src_configure() {