summaryrefslogtreecommitdiff
path: root/games-emulation/pcsx2/files/pcsx2-1.7.3329-qt6.patch
blob: 9ef82985dc99f2128a13a2e848ef65e0ea4531bd (plain)
1
2
3
4
5
6
7
8
9
10
https://github.com/PCSX2/pcsx2/commit/6386be09c2e disabled PACKAGE_MODE
for reasons that make no sense as far as installing from an ebuild goes.

Skip the error and handle the rest from the ebuild.
--- a/pcsx2-qt/CMakeLists.txt
+++ b/pcsx2-qt/CMakeLists.txt
@@ -7,3 +7,2 @@
 if (PACKAGE_MODE)
-	message(FATAL_ERROR "Package mode is not supported for Qt builds.")
 else()