From 8a1b679969245ed7944ca397b5a9df4370166b68 Mon Sep 17 00:00:00 2001 From: Cameron Katri Date: Fri, 16 Jul 2021 10:16:01 -0400 Subject: Add multimc with patch to autodetect minecraft-runtime --- games/multimc/files/patch-api_logic_FileSystem__test.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 games/multimc/files/patch-api_logic_FileSystem__test.cpp (limited to 'games/multimc/files/patch-api_logic_FileSystem__test.cpp') diff --git a/games/multimc/files/patch-api_logic_FileSystem__test.cpp b/games/multimc/files/patch-api_logic_FileSystem__test.cpp new file mode 100644 index 0000000..ad6a41b --- /dev/null +++ b/games/multimc/files/patch-api_logic_FileSystem__test.cpp @@ -0,0 +1,11 @@ +--- api/logic/FileSystem_test.cpp.orig 2019-03-07 17:32:17 UTC ++++ api/logic/FileSystem_test.cpp +@@ -119,7 +119,7 @@ slots: + + // this is only valid on linux + // FIXME: implement on windows, OSX, then test. +-#if defined(Q_OS_LINUX) ++#if defined(Q_OS_LINUX) || defined(Q_OS_FREEBSD) + void test_createShortcut_data() + { + QTest::addColumn("location"); -- cgit v1.2.3