From 491c96aaf1b5547e56d7a4b1d3bd2ec06a490cf4 Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Sun, 10 Oct 2004 08:44:48 +0000 Subject: Fix build on ia64 PR: ports/71741 Submitted by: maintainer Approved by: portmgr (implicit) --- security/hping/files/patch-bytesex.h | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'security/hping/files/patch-bytesex.h') 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__) \ -- cgit v1.2.3