diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-07-29 08:45:01 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-07-29 08:45:01 +0000 |
commit | 9aa6224af326e4c42d3d5fd1c9cab33ab7550ed9 (patch) | |
tree | 6d08653aeb9cbd19c1477101e34af533de11159e /net-p2p/dclib/dclib-0.3.23.ebuild | |
parent | Added ~hppa to KEYWORDS. (diff) | |
download | gentoo-2-9aa6224af326e4c42d3d5fd1c9cab33ab7550ed9.tar.gz gentoo-2-9aa6224af326e4c42d3d5fd1c9cab33ab7550ed9.tar.bz2 gentoo-2-9aa6224af326e4c42d3d5fd1c9cab33ab7550ed9.zip |
Fix building with OpenSSL >= 1.0.0 wrt #330291 by Diego E. Pettenò.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'net-p2p/dclib/dclib-0.3.23.ebuild')
-rw-r--r-- | net-p2p/dclib/dclib-0.3.23.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-p2p/dclib/dclib-0.3.23.ebuild b/net-p2p/dclib/dclib-0.3.23.ebuild index bc2dbbbb93b9..4846fd7064f0 100644 --- a/net-p2p/dclib/dclib-0.3.23.ebuild +++ b/net-p2p/dclib/dclib-0.3.23.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/dclib/dclib-0.3.23.ebuild,v 1.8 2010/03/23 10:38:10 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/dclib/dclib-0.3.23.ebuild,v 1.9 2010/07/29 08:45:01 ssuominen Exp $ EAPI=2 inherit autotools eutils @@ -21,7 +21,8 @@ DEPEND="app-arch/bzip2 ssl? ( dev-libs/openssl )" src_prepare() { - epatch "${FILESDIR}"/${P}-asneeded.patch + epatch "${FILESDIR}"/${P}-asneeded.patch \ + "${FILESDIR}"/${P}-openssl-1.patch eautoreconf } |