mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 17:10:33 -04:00
Port now bundles LZMA with known build issues. Import patch set from archivers/7-zip to fix the build on armv7 and arm64. PR: 271987 Approved by: portmgr (build fix blanket) Obtained from: archivers/7-zip
11 lines
259 B
C
11 lines
259 B
C
--- src/lzma/7zCrc.c.orig 2022-04-29 08:33:05 UTC
|
|
+++ src/lzma/7zCrc.c
|
|
@@ -71,7 +71,7 @@ UInt32 MY_FAST_CALL CrcUpdateT1(UInt32 v, const void *
|
|
|
|
#ifdef MY_CPU_LE
|
|
|
|
-#if defined(MY_CPU_ARM_OR_ARM64)
|
|
+#if defined(MY_CPU_ARM64)
|
|
|
|
// #pragma message("ARM*")
|
|
|