aboutsummaryrefslogtreecommitdiff
path: root/net/hping
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-10-10 08:44:48 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-10-10 08:44:48 +0000
commit491c96aaf1b5547e56d7a4b1d3bd2ec06a490cf4 (patch)
treef2c10d4ed304436548ceef2466ea4b686acc423f /net/hping
parent8ffe568cee30bead8a98472411c16b7a288d38c2 (diff)
downloadports-491c96aaf1b5547e56d7a4b1d3bd2ec06a490cf4.tar.gz
ports-491c96aaf1b5547e56d7a4b1d3bd2ec06a490cf4.zip
Fix build on ia64
PR: ports/71741 Submitted by: maintainer Approved by: portmgr (implicit)
Notes
Notes: svn path=/head/; revision=118597
Diffstat (limited to 'net/hping')
-rw-r--r--net/hping/files/patch-bytesex.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/net/hping/files/patch-bytesex.h b/net/hping/files/patch-bytesex.h
index 4566ea972334..65ecdcd74020 100644
--- a/net/hping/files/patch-bytesex.h
+++ b/net/hping/files/patch-bytesex.h
@@ -1,9 +1,14 @@
$FreeBSD$
---- bytesex.h.orig Sun May 30 00:12:35 2004
-+++ bytesex.h Sun May 30 00:15:29 2004
-@@ -12,6 +12,7 @@
+--- bytesex.h.orig Tue Sep 14 15:22:45 2004
++++ bytesex.h Tue Sep 14 15:21:50 2004
+@@ -8,10 +8,12 @@
+ #define ARS_BYTESEX_H
+
+ #if defined(__i386__) \
++ || defined(__ia64__) \
+ || defined(__alpha__) \
|| (defined(__mips__) && (defined(MIPSEL) || defined (__MIPSEL__)))
#define BYTE_ORDER_LITTLE_ENDIAN
#elif defined(__mc68000__) \