1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +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:
Jan Beich 2021-04-24 20:39:24 +00:00
parent 0eaae11a7b
commit d02aa5e9ce
2 changed files with 23 additions and 1 deletions

View File

@ -1,4 +1,4 @@
PORTREVISION= 0
PORTREVISION= 1
PKGNAMESUFFIX= -qt5
MASTERDIR= ${.CURDIR}/../yuzu

View 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)