diff options
author | 2010-07-12 16:00:52 +0000 | |
---|---|---|
committer | 2010-07-12 16:00:52 +0000 | |
commit | 4f30826c4b4081de3310fc8c3ab000ea9a0595d3 (patch) | |
tree | ba98b6bb3e7a7f07b5108e6375fa12889cdb27d4 /net-analyzer/postal/postal-0.70.ebuild | |
parent | Fixed bug #278897 (build failure on ghc-6.10+) (diff) | |
download | gentoo-2-4f30826c4b4081de3310fc8c3ab000ea9a0595d3.tar.gz gentoo-2-4f30826c4b4081de3310fc8c3ab000ea9a0595d3.tar.bz2 gentoo-2-4f30826c4b4081de3310fc8c3ab000ea9a0595d3.zip |
Fix building with OpenSSL >= 1.0.0 wrt #327937 by Diego E. Pettenò.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/postal/postal-0.70.ebuild')
-rw-r--r-- | net-analyzer/postal/postal-0.70.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-analyzer/postal/postal-0.70.ebuild b/net-analyzer/postal/postal-0.70.ebuild index 7584f981e647..0451bd2b0828 100644 --- a/net-analyzer/postal/postal-0.70.ebuild +++ b/net-analyzer/postal/postal-0.70.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/postal/postal-0.70.ebuild,v 1.1 2008/06/15 12:23:26 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/postal/postal-0.70.ebuild,v 1.2 2010/07/12 16:00:52 ssuominen Exp $ inherit autotools eutils @@ -32,6 +32,7 @@ src_unpack() { epatch "${FILESDIR}/02_${P}-nossl.patch" epatch "${FILESDIR}/03_${P}-c++0x-integrated.patch" epatch "${FILESDIR}/04_${P}-warnings.patch" + epatch "${FILESDIR}/05_${P}-openssl-1.patch" eautoreconf } |