misc/far2l: fix build on big-endian architectures

Looks like there are now 2 copies of 7z to be fixed:
far2l-2.7.0_1.log:/wrkdirs/usr/ports/misc/far2l/work/far2l-v_2.7.0/arclite/src/7z/h/C/CpuArch.h:280:4: error: Stop_Compiling_Bad_Endian
This commit is contained in:
Piotr Kubaj
2026-01-15 13:48:15 +01:00
parent 94391fee66
commit 404a778228
@@ -0,0 +1,10 @@
--- arclite/src/7z/h/C/CpuArch.h.orig 2026-01-15 12:05:13 UTC
+++ arclite/src/7z/h/C/CpuArch.h
@@ -247,7 +247,6 @@ MY_CPU_64BIT means that processor can work with 64-bit
|| defined(MY_CPU_ARM_LE) \
|| defined(MY_CPU_ARM64_LE) \
|| defined(MY_CPU_IA64_LE) \
- || defined(_LITTLE_ENDIAN) \
|| defined(__LITTLE_ENDIAN__) \
|| defined(__ARMEL__) \
|| defined(__THUMBEL__) \