You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
3f9c0cced1
Signed-off-by: Paul Guyot <pguyot@kallisys.net>
14 lines
307 B
Diff
14 lines
307 B
Diff
--- native/fdlibm/ieeefp.h.orig 2026-05-18 20:32:49
|
|
+++ native/fdlibm/ieeefp.h 2026-05-18 20:32:49
|
|
@@ -158,6 +158,10 @@
|
|
#define __IEEE_BIG_ENDIAN
|
|
#endif
|
|
|
|
+#ifdef __aarch64__
|
|
+#define __IEEE_LITTLE_ENDIAN
|
|
+#endif
|
|
+
|
|
#ifndef __IEEE_BIG_ENDIAN
|
|
#ifndef __IEEE_LITTLE_ENDIAN
|
|
#error Endianess not declared!!
|