diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-08-16 14:36:20 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-08-16 14:36:20 +0000 |
commit | 3ae805c06429a268089653042a9f1c2e616d2416 (patch) | |
tree | b180e09e5fe66bbbbd0068fac950850885e3f169 /dev-db/mysql++/mysql++-3.1.0.ebuild | |
parent | Remove unneeded dependency. (diff) | |
download | gentoo-2-3ae805c06429a268089653042a9f1c2e616d2416.tar.gz gentoo-2-3ae805c06429a268089653042a9f1c2e616d2416.tar.bz2 gentoo-2-3ae805c06429a268089653042a9f1c2e616d2416.zip |
Fix underlinking (bug #519388).
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-db/mysql++/mysql++-3.1.0.ebuild')
-rw-r--r-- | dev-db/mysql++/mysql++-3.1.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-db/mysql++/mysql++-3.1.0.ebuild b/dev-db/mysql++/mysql++-3.1.0.ebuild index 315a66f17150..29aef7a3ab3b 100644 --- a/dev-db/mysql++/mysql++-3.1.0.ebuild +++ b/dev-db/mysql++/mysql++-3.1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql++/mysql++-3.1.0.ebuild,v 1.7 2013/05/25 07:42:38 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql++/mysql++-3.1.0.ebuild,v 1.8 2014/08/16 14:36:20 jer Exp $ EAPI="5" @@ -21,6 +21,7 @@ DEPEND="${RDEPEND} src_prepare() { epatch "${FILESDIR}"/${PN}-3.0-gcc-as-needed.patch + epatch "${FILESDIR}"/${PN}-3.2.1-gold.patch for i in "${S}"/lib/*.h ; do sed -i \ |