mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
emulators/yuzu: unbreak after 85a65c9557
-- SDL2 2.0.14 or newer not found, falling back to externals. CMake Error at externals/CMakeLists.txt:54 (add_subdirectory): The source directory /wrkdirs/usr/ports/emulators/yuzu/work/yuzu-2e268abe4/externals/SDL does not contain a CMakeLists.txt file. Reported by: pkg-fallout
This commit is contained in:
parent
0eaae11a7b
commit
d02aa5e9ce
@ -1,4 +1,4 @@
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
PKGNAMESUFFIX= -qt5
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../yuzu
|
||||
|
22
emulators/yuzu/files/patch-sdl2
Normal file
22
emulators/yuzu/files/patch-sdl2
Normal file
@ -0,0 +1,22 @@
|
||||
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252371
|
||||
|
||||
-- SDL2 2.0.14 or newer not found, falling back to externals.
|
||||
|
||||
CMake Error at externals/CMakeLists.txt:54 (add_subdirectory):
|
||||
The source directory
|
||||
|
||||
externals/SDL
|
||||
|
||||
does not contain a CMakeLists.txt file.
|
||||
|
||||
--- CMakeLists.txt.orig 2021-04-23 22:48:47.000000000 +0000
|
||||
+++ CMakeLists.txt
|
||||
@@ -293,7 +293,7 @@ if (ENABLE_SDL2)
|
||||
endif()
|
||||
|
||||
if (NOT YUZU_USE_BUNDLED_SDL2)
|
||||
- find_package(SDL2 2.0.14 QUIET)
|
||||
+ find_package(SDL2 2.0.12 QUIET)
|
||||
|
||||
if (TRUE)
|
||||
if (SDL2_FOUND)
|
Loading…
Reference in New Issue
Block a user