git: 95c0b2e5b11f - 2022Q4 - emulators/yuzu: drop boost-libs workaround after ae17808e4a1b

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Fri, 04 Nov 2022 05:57:13 UTC
The branch 2022Q4 has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=95c0b2e5b11f39450e7dbcadf6c2e4e111eff0a9

commit 95c0b2e5b11f39450e7dbcadf6c2e4e111eff0a9
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-11-04 05:54:55 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-11-04 05:57:08 +0000

    emulators/yuzu: drop boost-libs workaround after ae17808e4a1b
    
    (cherry picked from commit 77c2b6c6adb0da1ab01196ae10a0c33f0c7c4988)
---
 emulators/yuzu/files/patch-boost | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/emulators/yuzu/files/patch-boost b/emulators/yuzu/files/patch-boost
deleted file mode 100644
index 6ef47fcc5fbb..000000000000
--- a/emulators/yuzu/files/patch-boost
+++ /dev/null
@@ -1,23 +0,0 @@
-https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246106
-
-CMake Warning at /usr/local/share/cmake/Modules/FindBoost.cmake:2023 (message):
-  No header defined for headers; skipping header check (note: header-only
-  libraries have no designated component)
-Call Stack (most recent call first):
-  CMakeLists.txt:199 (find_package)
-
--- Boost 1.73.0 or newer not found, falling back to Conan
--- Could NOT find Boost: Found unsuitable version "1.72.0", but required is at least "1.73" (found /usr/local/include)
--- Packages boost/1.73.0 not found!
-
---- CMakeLists.txt.orig	2022-04-23 20:21:23 UTC
-+++ CMakeLists.txt
-@@ -206,7 +206,7 @@ endmacro()
-     unset(FN_FORCE_REQUIRED)
- endmacro()
- 
--find_package(Boost 1.73.0 COMPONENTS context headers)
-+find_package(Boost 1.72.0 COMPONENTS context headers)
- if (Boost_FOUND)
-     set(Boost_LIBRARIES Boost::boost)
-     # Conditionally add Boost::context only if the active version of the Conan or system Boost package provides it