summaryrefslogtreecommitdiff
path: root/games-emulation/mgba/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-10-12 19:40:50 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-10-12 19:40:50 +0100
commit7e662ec84fc13cef513542e4030f47017d030187 (patch)
tree64f1b39bb0a27aa67a40fa470432a93698cd7d75 /games-emulation/mgba/files
parentb4ef58ede68341d0e00d761505857e965e2b4231 (diff)
gentoo auto-resync : 12:10:2022 - 19:40:50
Diffstat (limited to 'games-emulation/mgba/files')
-rw-r--r--games-emulation/mgba/files/mgba-0.10.0-optional-updater.patch7
1 files changed, 7 insertions, 0 deletions
diff --git a/games-emulation/mgba/files/mgba-0.10.0-optional-updater.patch b/games-emulation/mgba/files/mgba-0.10.0-optional-updater.patch
new file mode 100644
index 000000000000..5a8f84beaa07
--- /dev/null
+++ b/games-emulation/mgba/files/mgba-0.10.0-optional-updater.patch
@@ -0,0 +1,7 @@
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -980,3 +980,3 @@
+ if(BUILD_QT AND (WIN32 OR APPLE OR CMAKE_SYSTEM_NAME STREQUAL "Linux"))
+- set(BUILD_UPDATER ON)
++ set(BUILD_UPDATER ON CACHE BOOL "")
+ endif()