projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ddb9ced
)
dev-db/mysql++: Fix build failure when libmysqlclient_r does not exist #608320
author
Brian Evans
<grknight@gentoo.org>
Sun, 5 Feb 2017 15:53:32 +0000
(10:53 -0500)
committer
Brian Evans
<grknight@gentoo.org>
Sun, 5 Feb 2017 15:53:32 +0000
(10:53 -0500)
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-db/mysql++/mysql++-3.2.1.ebuild
patch
|
blob
|
history
diff --git
a/dev-db/mysql++/mysql++-3.2.1.ebuild
b/dev-db/mysql++/mysql++-3.2.1.ebuild
index 0ce369c2e68fa762c9a93d5df520325c0fc12b82..797d60f287d801fe1f65c6aa76fd0ea8c8410240 100644
(file)
--- a/
dev-db/mysql++/mysql++-3.2.1.ebuild
+++ b/
dev-db/mysql++/mysql++-3.2.1.ebuild
@@
-1,4
+1,4
@@
-# Copyright 1999-201
5
Gentoo Foundation
+# Copyright 1999-201
7
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() {