aboutsummaryrefslogtreecommitdiff
path: root/games/cataclysm-dda/files
diff options
context:
space:
mode:
authorFernando ApesteguĂ­a <fernape@FreeBSD.org>2021-07-06 10:03:49 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2021-07-06 11:39:19 +0000
commitc0e6f62c86b7a687a2101c83b2f2f140fccff9a0 (patch)
tree9479a2fdedec7e85e6606579ec5821bcca47ed41 /games/cataclysm-dda/files
parentb2588a1f8a1746822ad5e444174efca5c98d51d4 (diff)
downloadports-c0e6f62c86b7a687a2101c83b2f2f140fccff9a0.tar.gz
ports-c0e6f62c86b7a687a2101c83b2f2f140fccff9a0.zip
games/cataclysm-dda: update to 0.F
While here: * Unmute INSTALL command * Sort variables PR: 256977 Reported by: greg@unrelenting.technology (maintainer)
Diffstat (limited to 'games/cataclysm-dda/files')
-rw-r--r--games/cataclysm-dda/files/patch-src-translations.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/games/cataclysm-dda/files/patch-src-translations.cpp b/games/cataclysm-dda/files/patch-src-translations.cpp
deleted file mode 100644
index 3d411b350c6a..000000000000
--- a/games/cataclysm-dda/files/patch-src-translations.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/translations.cpp.orig 2020-04-01 05:39:38 UTC
-+++ src/translations.cpp
-@@ -212,7 +212,7 @@ void set_language()
- auto env = getenv( "LANGUAGE" );
- locale_dir = std::string( PATH_INFO::base_path() + "lang/mo/" + ( env ? env : "none" ) +
- "/LC_MESSAGES/cataclysm-dda.mo" );
--#elif (defined(__linux__) || (defined(MACOSX) && !defined(TILES)))
-+#elif (defined(__linux__) || defined(__FreeBSD__) || (defined(MACOSX) && !defined(TILES)))
- if( !PATH_INFO::base_path().empty() ) {
- locale_dir = PATH_INFO::base_path() + "share/locale";
- } else {