mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
- Fix build on amd64
Reported by: pointyhat via kris
This commit is contained in:
parent
2864efb22d
commit
b2ee315a05
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=110328
13
net/hping/files/patch-bytesex.h
Normal file
13
net/hping/files/patch-bytesex.h
Normal file
@ -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__) \
|
13
security/hping/files/patch-bytesex.h
Normal file
13
security/hping/files/patch-bytesex.h
Normal file
@ -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__) \
|
Loading…
Reference in New Issue
Block a user