summaryrefslogtreecommitdiff
path: root/games/warmux/files/patch-config.h
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2009-04-28 21:27:54 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2009-04-28 21:27:54 +0000
commitb6bb8c3d3a17625aa826094130b3d84530b6dae4 (patch)
treef2de4a4d4b2f5c3fcbd1ee2ea6cce6d571bfb5f7 /games/warmux/files/patch-config.h
parent- Fix PLIST (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_2_0'.release/7.2.0
Notes
Notes: svn path=/head/; revision=232918 svn path=/tags/RELEASE_7_2_0/; revision=232919; tag=release/7.2.0
Diffstat (limited to 'games/warmux/files/patch-config.h')
-rw-r--r--games/warmux/files/patch-config.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/games/warmux/files/patch-config.h b/games/warmux/files/patch-config.h
deleted file mode 100644
index 000d49ed660f..000000000000
--- a/games/warmux/files/patch-config.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/game/config.h.orig 2008-08-20 13:36:54.000000000 +0300
-+++ src/game/config.h 2008-08-20 13:35:42.000000000 +0300
-@@ -126,7 +126,7 @@
-
- const std::string& GetTtfFilename();
-
-- std::string GetDataDir() const { return data_dir; };
-+ std::string GetDataDir() const { return data_dir + "/"; };
- std::string GetLocaleDir() const { return locale_dir; };
- std::string GetPersonalDataDir() const { return personal_data_dir; };
- std::string GetChatLogDir() const { return chat_log_dir; };