diff options
| author | Cameron Katri <me@cameronkatri.com> | 2021-07-16 10:16:01 -0400 |
|---|---|---|
| committer | Cameron Katri <me@cameronkatri.com> | 2021-07-16 10:16:01 -0400 |
| commit | 8a1b679969245ed7944ca397b5a9df4370166b68 (patch) | |
| tree | 355641dbc9d8e351929a54a31a17d605ff6b8d56 /games/multimc/files/patch-api_logic_FileSystem__test.cpp | |
| parent | 1dbd8d488ab44da4daea2a36d251d04f0bb7db70 (diff) | |
| download | freebsd-ports-8a1b679969245ed7944ca397b5a9df4370166b68.tar.gz freebsd-ports-8a1b679969245ed7944ca397b5a9df4370166b68.zip | |
Add multimc with patch to autodetect minecraft-runtime
Diffstat (limited to 'games/multimc/files/patch-api_logic_FileSystem__test.cpp')
| -rw-r--r-- | games/multimc/files/patch-api_logic_FileSystem__test.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
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<QString>("location"); |
