aboutsummaryrefslogtreecommitdiff
path: root/games/devilutionX/files/patch-Source_init.cpp
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2022-08-04 20:11:07 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2022-08-04 21:00:47 +0000
commit853aecae3aa35f0188bfa392e1804e562da99cf5 (patch)
tree9800949896548e95a055c209dc1b3c8c694afc0a /games/devilutionX/files/patch-Source_init.cpp
parentc29ec8917b012505e5f96392502bf7ae62bbae17 (diff)
downloadports-853aecae3aa35f0188bfa392e1804e562da99cf5.tar.gz
ports-853aecae3aa35f0188bfa392e1804e562da99cf5.zip
games/devilutionX: update 1.4.0 → 1.4.1
Diffstat (limited to 'games/devilutionX/files/patch-Source_init.cpp')
-rw-r--r--games/devilutionX/files/patch-Source_init.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/games/devilutionX/files/patch-Source_init.cpp b/games/devilutionX/files/patch-Source_init.cpp
deleted file mode 100644
index 96130a70054a..000000000000
--- a/games/devilutionX/files/patch-Source_init.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- Source/init.cpp.orig 2022-04-25 02:21:41 UTC
-+++ Source/init.cpp
-@@ -90,7 +90,7 @@ std::vector<std::string> GetMPQSearchPaths()
- if (paths[0] == paths[1])
- paths.pop_back();
-
--#if defined(__linux__) && !defined(__ANDROID__)
-+#if (defined(__linux__) && !defined(__ANDROID__)) || defined(__FreeBSD__)
- paths.emplace_back("/usr/share/diasurgical/devilutionx/");
- paths.emplace_back("/usr/local/share/diasurgical/devilutionx/");
- #elif defined(__3DS__) || defined(__SWITCH__)