1
0
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:
Kirill Ponomarev 2004-05-29 22:17:24 +00:00
parent 2864efb22d
commit b2ee315a05
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=110328
2 changed files with 26 additions and 0 deletions

View 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__) \

View 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__) \