diff options
author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2025-06-27 22:54:48 +0200 |
---|---|---|
committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2025-06-27 22:54:48 +0200 |
commit | cb93658432ef903318e08a856aadfb901172940a (patch) | |
tree | eb03ead225863981c2ca4f7161d9eb942a1db429 /emulators/pcsx2/files/patch-cmake-SearchForStuff.cmake | |
parent | www/py-fake-useragent: Update to 2.2.0 (diff) |
emulators/pcsx2: Update to 2.3.439
Diffstat (limited to 'emulators/pcsx2/files/patch-cmake-SearchForStuff.cmake')
-rw-r--r-- | emulators/pcsx2/files/patch-cmake-SearchForStuff.cmake | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/pcsx2/files/patch-cmake-SearchForStuff.cmake b/emulators/pcsx2/files/patch-cmake-SearchForStuff.cmake new file mode 100644 index 000000000000..e67cb027fb7f --- /dev/null +++ b/emulators/pcsx2/files/patch-cmake-SearchForStuff.cmake @@ -0,0 +1,11 @@ +--- cmake/SearchForStuff.cmake.orig 2025-06-23 10:47:03 UTC ++++ cmake/SearchForStuff.cmake +@@ -1,6 +1,8 @@ + #------------------------------------------------------------------------------- + # Search all libraries on the system + #------------------------------------------------------------------------------- ++list(APPEND CMAKE_MODULE_PATH ${CMAKE_LOCALBASE}/lib/cmake/SDL3_ttf) ++include(PkgConfigHelper) + find_package(Git) + + # Require threads on all OSes. |