summaryrefslogtreecommitdiffstats
path: root/games/multimc/files/patch-api_logic_minecraft_launch_ExtractNatives.cpp
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2021-09-29 15:29:03 -0400
committerCameron Katri <me@cameronkatri.com>2021-09-29 15:39:40 -0400
commit0678403d9c7218138c2bc5cbf1bd92cc4d450adc (patch)
treee0dbd058bc63ec028cd5ecca412759d410c36f82 /games/multimc/files/patch-api_logic_minecraft_launch_ExtractNatives.cpp
parentd2542bf926bbae3289282f0866f312104abcfb09 (diff)
downloadfreebsd-ports-0678403d9c7218138c2bc5cbf1bd92cc4d450adc.tar.gz
freebsd-ports-0678403d9c7218138c2bc5cbf1bd92cc4d450adc.tar.zst
freebsd-ports-0678403d9c7218138c2bc5cbf1bd92cc4d450adc.zip
Bunch of fixes
Diffstat (limited to 'games/multimc/files/patch-api_logic_minecraft_launch_ExtractNatives.cpp')
-rw-r--r--games/multimc/files/patch-api_logic_minecraft_launch_ExtractNatives.cpp17
1 files changed, 0 insertions, 17 deletions
diff --git a/games/multimc/files/patch-api_logic_minecraft_launch_ExtractNatives.cpp b/games/multimc/files/patch-api_logic_minecraft_launch_ExtractNatives.cpp
deleted file mode 100644
index e981539..0000000
--- a/games/multimc/files/patch-api_logic_minecraft_launch_ExtractNatives.cpp
+++ /dev/null
@@ -1,17 +0,0 @@
---- api/logic/minecraft/launch/ExtractNatives.cpp.orig 2017-12-18 00:19:43 UTC
-+++ api/logic/minecraft/launch/ExtractNatives.cpp
-@@ -23,6 +23,14 @@
- #include "FileSystem.h"
- #include <QDir>
-
-+//C library defines interfere with Java version check
-+#ifdef major
-+ #undef major
-+#endif
-+#ifdef minor
-+ #undef minor
-+#endif
-+
- static QString replaceSuffix (QString target, const QString &suffix, const QString &replacement)
- {
- if (!target.endsWith(suffix))