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 /security/hping | |
parent | - Fix compilation with threads enabled on 5.x (due to PTHREAD_LIBS changes) (diff) |
Fix build on ia64
PR: ports/71741
Submitted by: maintainer
Approved by: portmgr (implicit)
Notes
Notes:
svn path=/head/; revision=118597
Diffstat (limited to 'security/hping')
-rw-r--r-- | security/hping/files/patch-bytesex.h | 11 |
1 files changed, 8 insertions, 3 deletions
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__) \ |