mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@57290 d073be05-634f-4543-b044-5fe20cf6d1d6
11 lines
336 B
Diff
11 lines
336 B
Diff
--- bytesex.h.orig 2009-09-08 11:44:23.000000000 -0700
|
|
+++ bytesex.h 2009-09-08 11:45:16.000000000 -0700
|
|
@@ -8,6 +8,7 @@
|
|
#define ARS_BYTESEX_H
|
|
|
|
#if defined(__i386__) \
|
|
+ || defined(__LITTLE_ENDIAN__) \
|
|
|| defined(__alpha__) \
|
|
|| (defined(__mips__) && (defined(MIPSEL) || defined (__MIPSEL__)))
|
|
#define BYTE_ORDER_LITTLE_ENDIAN
|