git: f88e630a8599 - 2025Q2 - emulators/dolphin-emu: Fix build on arm64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 06 May 2025 10:14:49 UTC
The branch 2025Q2 has been updated by martymac: URL: https://cgit.FreeBSD.org/ports/commit/?id=f88e630a85995f04a647da90134ae891740d06de commit f88e630a85995f04a647da90134ae891740d06de Author: Ganael LAPLANCHE <martymac@FreeBSD.org> AuthorDate: 2025-05-02 19:17:12 +0000 Commit: Ganael LAPLANCHE <martymac@FreeBSD.org> CommitDate: 2025-05-06 10:13:46 +0000 emulators/dolphin-emu: Fix build on arm64 (cherry picked from commit 42d73ff501d3410014c7a9a7248e3042e4c6ca11) --- .../files/patch-Source-Core-Common-ArmCPUDetect.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/emulators/dolphin-emu/files/patch-Source-Core-Common-ArmCPUDetect.cpp b/emulators/dolphin-emu/files/patch-Source-Core-Common-ArmCPUDetect.cpp new file mode 100644 index 000000000000..ef0298a55eeb --- /dev/null +++ b/emulators/dolphin-emu/files/patch-Source-Core-Common-ArmCPUDetect.cpp @@ -0,0 +1,10 @@ +--- Source/Core/Common/ArmCPUDetect.cpp.orig 2025-05-02 13:15:23 UTC ++++ Source/Core/Common/ArmCPUDetect.cpp +@@ -20,6 +20,7 @@ + #include <sys/auxv.h> + #elif defined(__FreeBSD__) + #include <sys/auxv.h> ++#include <sys/sysctl.h> + #elif defined(__OpenBSD__) + #include <machine/armreg.h> + #include <machine/cpu.h>