diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-10-10 08:44:48 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-10-10 08:44:48 +0000 |
commit | 491c96aaf1b5547e56d7a4b1d3bd2ec06a490cf4 (patch) | |
tree | f2c10d4ed304436548ceef2466ea4b686acc423f | |
parent | 8ffe568cee30bead8a98472411c16b7a288d38c2 (diff) | |
download | freebsd-ports-491c96aaf1b5547e56d7a4b1d3bd2ec06a490cf4.zip |
Fix build on ia64
PR: ports/71741
Submitted by: maintainer
Approved by: portmgr (implicit)
-rw-r--r-- | net/hping/files/patch-bytesex.h | 11 | ||||
-rw-r--r-- | security/hping/files/patch-bytesex.h | 11 |
2 files changed, 16 insertions, 6 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__) \ diff --git a/security/hping/files/patch-bytesex.h b/security/hping/files/patch-bytesex.h index 4566ea972334..65ecdcd74020 100644 --- a/security/hping/files/patch-bytesex.h +++ b/security/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__) \ |