git: 3fa98006696f - 2025Q3 - emulators/{ppsspp,libretro-ppsspp,ppsspp-qt5}: fix build on arm64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 12 Jul 2025 03:26:59 UTC
The branch 2025Q3 has been updated by tagattie: URL: https://cgit.FreeBSD.org/ports/commit/?id=3fa98006696f247b71dcb49364dd54990fd304a7 commit 3fa98006696f247b71dcb49364dd54990fd304a7 Author: Kevin Reinholz <kreinholz@gmail.com> AuthorDate: 2025-06-15 21:07:19 +0000 Commit: Hiroki Tagato <tagattie@FreeBSD.org> CommitDate: 2025-07-12 03:26:48 +0000 emulators/{ppsspp,libretro-ppsspp,ppsspp-qt5}: fix build on arm64 Arm64 requires bundled libpng17 module. Removing it from EXCLUDE unbreaks build on arm64 platform. PR: 287572 Reported by: Kevin Reinholz <kreinholz@gmail.com> (maintainer) MFH: 2025Q3 (cherry picked from commit 689410f90884759b1d10231fc271f1a416030577) --- emulators/ppsspp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emulators/ppsspp/Makefile b/emulators/ppsspp/Makefile index 8ae5f69a4b14..b4210cb7b275 100644 --- a/emulators/ppsspp/Makefile +++ b/emulators/ppsspp/Makefile @@ -39,7 +39,7 @@ GH_TUPLE?= hrydgard:glslang:8.13.3743-948-g50e0708:glslang/ext/glslang \ RetroAchievements:rcheevos:v11.6.0-gef0e22b:rcheevos/ext/rcheevos \ Tencent:rapidjson:v1.1.0-415-g73063f5:rapidjson/ext/rapidjson \ hrydgard:ppsspp-lua:7648485:lua/ext/lua -EXCLUDE= libpng17 libzip zlib +EXCLUDE= libzip zlib USE_GL= glew opengl CMAKE_ON= ${LIBZIP MINIUPNPC SNAPPY ZSTD:L:S/^/USE_SYSTEM_/} USE_VULKAN_DISPLAY_KHR CMAKE_OFF= USE_DISCORD