diff options
author | Malcolm Lashley <malc@gentoo.org> | 2004-07-27 20:48:32 +0000 |
---|---|---|
committer | Malcolm Lashley <malc@gentoo.org> | 2004-07-27 20:48:32 +0000 |
commit | 746a829b4c006267b53e3a6c6a817bb22b999a13 (patch) | |
tree | 0a71e6cb60cae53412c0ff254cb710ab3ef173d9 /net-analyzer/hping/hping-2.0.0_rc3.ebuild | |
parent | oh! a new ebuild (Manifest recommit) (diff) | |
download | gentoo-2-746a829b4c006267b53e3a6c6a817bb22b999a13.tar.gz gentoo-2-746a829b4c006267b53e3a6c6a817bb22b999a13.tar.bz2 gentoo-2-746a829b4c006267b53e3a6c6a817bb22b999a13.zip |
Teach bytesex.h to know __x86_64__ fix bug #57834
Diffstat (limited to 'net-analyzer/hping/hping-2.0.0_rc3.ebuild')
-rw-r--r-- | net-analyzer/hping/hping-2.0.0_rc3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-analyzer/hping/hping-2.0.0_rc3.ebuild b/net-analyzer/hping/hping-2.0.0_rc3.ebuild index 8bbc3757057e..94557d45aad7 100644 --- a/net-analyzer/hping/hping-2.0.0_rc3.ebuild +++ b/net-analyzer/hping/hping-2.0.0_rc3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/hping-2.0.0_rc3.ebuild,v 1.8 2004/07/23 01:10:26 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/hping-2.0.0_rc3.ebuild,v 1.9 2004/07/27 20:48:32 malc Exp $ inherit eutils @@ -20,6 +20,7 @@ S="${WORKDIR}/${MY_P//\.[0-9]}" src_compile() { ./configure || die + epatch ${FILESDIR}/amd64-header-fix.patch if use debug then |