diff options
author | 2008-10-30 05:40:43 +0000 | |
---|---|---|
committer | 2008-10-30 05:40:43 +0000 | |
commit | 4d17221f624dbb9cfd2d248706ea7b63f34b4681 (patch) | |
tree | fb8c1e5bd935c43bc8c093e4f555e34e32bf408e /net-analyzer/wireshark/wireshark-1.0.4.ebuild | |
parent | Bug #244946 - Use different syntax to pipe find output into while loops inside (diff) | |
download | historical-4d17221f624dbb9cfd2d248706ea7b63f34b4681.tar.gz historical-4d17221f624dbb9cfd2d248706ea7b63f34b4681.tar.bz2 historical-4d17221f624dbb9cfd2d248706ea7b63f34b4681.zip |
Build fails without zlib, this patch fixes it, bug #244931, thank emos696 AT hotmail.com for this work.
Package-Manager: portage-2.2_rc12/cvs/Linux 2.6.26-openvz.git-35f41f1 i686
Diffstat (limited to 'net-analyzer/wireshark/wireshark-1.0.4.ebuild')
-rw-r--r-- | net-analyzer/wireshark/wireshark-1.0.4.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-analyzer/wireshark/wireshark-1.0.4.ebuild b/net-analyzer/wireshark/wireshark-1.0.4.ebuild index a13f393706b5..71ea33a4e9a3 100644 --- a/net-analyzer/wireshark/wireshark-1.0.4.ebuild +++ b/net-analyzer/wireshark/wireshark-1.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.0.4.ebuild,v 1.6 2008/10/22 18:36:49 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.0.4.ebuild,v 1.7 2008/10/30 05:40:43 pva Exp $ EAPI=1 WANT_AUTOMAKE="1.9" @@ -62,6 +62,7 @@ src_unpack() { cd "${S}" epatch "${FILESDIR}"/${PN}-0.99.7-asneeded.patch epatch "${FILESDIR}"/${PN}-0.99.8-as-needed.patch + epatch "${FILESDIR}"/${P}-zlib-build.patch #244931 cd "${S}"/epan epatch "${FILESDIR}"/wireshark-except-double-free.diff |