diff options
author | Michael Weber <xmw@gentoo.org> | 2011-05-10 10:38:41 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2011-05-10 10:38:41 +0000 |
commit | 629b561a07d229d5bb45739689454d2879513184 (patch) | |
tree | 1f508a044d4c62cf3020283422723976fd059059 /net-analyzer/hping/files | |
parent | Add ~x86-fbsd keyword (diff) | |
download | gentoo-2-629b561a07d229d5bb45739689454d2879513184.tar.gz gentoo-2-629b561a07d229d5bb45739689454d2879513184.tar.bz2 gentoo-2-629b561a07d229d5bb45739689454d2879513184.zip |
added arm support and keyword
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/hping/files')
-rw-r--r-- | net-analyzer/hping/files/bytesex.h.patch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-analyzer/hping/files/bytesex.h.patch b/net-analyzer/hping/files/bytesex.h.patch index 26ee54ee1266..8788a1056977 100644 --- a/net-analyzer/hping/files/bytesex.h.patch +++ b/net-analyzer/hping/files/bytesex.h.patch @@ -1,10 +1,11 @@ diff -uNr hping2-rc3.orig/bytesex.h hping2-rc3/bytesex.h --- hping2-rc3.orig/bytesex.h 2004-07-29 15:46:47.572596272 +0000 +++ hping2-rc3/bytesex.h 2004-07-29 15:48:14.557372576 +0000 -@@ -9,11 +9,14 @@ +@@ -9,11 +9,15 @@ #if defined(__i386__) \ || defined(__alpha__) \ ++ || defined(__arm__) \ + || defined(__x86_64__) \ + || defined(__ia64__) \ || (defined(__mips__) && (defined(MIPSEL) || defined (__MIPSEL__))) |