aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-10-10 16:44:48 +0800
committerkrion <krion@FreeBSD.org>2004-10-10 16:44:48 +0800
commit5c0ad3145f5e22074400fa75862b1d94b94f3fc6 (patch)
treeaf64c5f74478449b26981c46d3de3172dda3be4a /net
parent3c2365df004c162eab3d5d89cdce0f51ec577131 (diff)
downloadfreebsd-ports-gnome-5c0ad3145f5e22074400fa75862b1d94b94f3fc6.tar.gz
freebsd-ports-gnome-5c0ad3145f5e22074400fa75862b1d94b94f3fc6.tar.zst
freebsd-ports-gnome-5c0ad3145f5e22074400fa75862b1d94b94f3fc6.zip
Fix build on ia64
PR: ports/71741 Submitted by: maintainer Approved by: portmgr (implicit)
Diffstat (limited to 'net')
-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__) \