mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-16 05:21:16 +02:00
17 lines
340 B
INI
17 lines
340 B
INI
--- pr/include/md/_freebsd.cfg.orig 2020-10-13 12:24:10 UTC
|
|
+++ pr/include/md/_freebsd.cfg
|
|
@@ -253,8 +253,13 @@
|
|
|
|
#elif defined(__powerpc64__)
|
|
|
|
+#ifdef __LITTLE_ENDIAN__
|
|
+#define IS_LITTLE_ENDIAN 1
|
|
+#undef IS_BIG_ENDIAN
|
|
+#else
|
|
#undef IS_LITTLE_ENDIAN
|
|
#define IS_BIG_ENDIAN 1
|
|
+#endif
|
|
#define IS_64
|
|
|
|
#define PR_BYTES_PER_BYTE 1
|