summaryrefslogtreecommitdiff
path: root/games/multimc/files/patch-application_MultiMC.cpp
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2018-06-06 15:54:57 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2018-06-06 15:54:57 +0000
commit0ab76735dc6b38ccc38049f466bfd5912fea688e (patch)
tree266fef7eff13f5868b58ec455ad6d545e4c40ad0 /games/multimc/files/patch-application_MultiMC.cpp
parentRemove expired port: (diff)
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 <me@tsundoku.ne.jp> (based on)
Notes
Notes: svn path=/head/; revision=471856
Diffstat (limited to 'games/multimc/files/patch-application_MultiMC.cpp')
-rw-r--r--games/multimc/files/patch-application_MultiMC.cpp11
1 files changed, 11 insertions, 0 deletions
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)