diff options
author | krion <krion@FreeBSD.org> | 2004-05-30 06:17:24 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-05-30 06:17:24 +0800 |
commit | 79272b12ca1e1d7f77b58cf4c0de3716c38e040b (patch) | |
tree | e3a453131c2ec129c1da9c927b53ce5a418d81c9 /net | |
parent | 7c89d4da68ea0af00633805c6fce4fa4683d237d (diff) | |
download | freebsd-ports-graphics-79272b12ca1e1d7f77b58cf4c0de3716c38e040b.tar.gz freebsd-ports-graphics-79272b12ca1e1d7f77b58cf4c0de3716c38e040b.tar.zst freebsd-ports-graphics-79272b12ca1e1d7f77b58cf4c0de3716c38e040b.zip |
- Fix build on amd64
Reported by: pointyhat via kris
Diffstat (limited to 'net')
-rw-r--r-- | net/hping/files/patch-bytesex.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/hping/files/patch-bytesex.h b/net/hping/files/patch-bytesex.h new file mode 100644 index 00000000000..4566ea97233 --- /dev/null +++ b/net/hping/files/patch-bytesex.h @@ -0,0 +1,13 @@ + +$FreeBSD$ + +--- bytesex.h.orig Sun May 30 00:12:35 2004 ++++ bytesex.h Sun May 30 00:15:29 2004 +@@ -12,6 +12,7 @@ + || (defined(__mips__) && (defined(MIPSEL) || defined (__MIPSEL__))) + #define BYTE_ORDER_LITTLE_ENDIAN + #elif defined(__mc68000__) \ ++ || defined (__amd64__) \ + || defined (__sparc__) \ + || defined (__sparc) \ + || defined (__PPC__) \ |