From 0ab76735dc6b38ccc38049f466bfd5912fea688e Mon Sep 17 00:00:00 2001 From: Tobias Kortkamp Date: Wed, 6 Jun 2018 15:54:57 +0000 Subject: New port: games/multimc MultiMC is a custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once. It also allows you to easily install and remove mods by simply dragging and dropping. WWW: https://multimc.org PR: 224823 Submitted by: tsundoku (based on) --- games/multimc/files/patch-application_MultiMC.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 games/multimc/files/patch-application_MultiMC.cpp (limited to 'games/multimc/files/patch-application_MultiMC.cpp') diff --git a/games/multimc/files/patch-application_MultiMC.cpp b/games/multimc/files/patch-application_MultiMC.cpp new file mode 100644 index 000000000000..e32533502b33 --- /dev/null +++ b/games/multimc/files/patch-application_MultiMC.cpp @@ -0,0 +1,11 @@ +--- application/MultiMC.cpp.orig 2017-12-18 00:19:43 UTC ++++ application/MultiMC.cpp +@@ -322,7 +322,7 @@ MultiMC::MultiMC(int &argc, char **argv) + // Set up paths + { + // Root path is used for updates. +-#ifdef Q_OS_LINUX ++#if defined(Q_OS_LINUX) || defined(Q_OS_FREEBSD) + QDir foo(FS::PathCombine(binPath, "..")); + m_rootPath = foo.absolutePath(); + #elif defined(Q_OS_WIN32) -- cgit v1.2.3