summaryrefslogtreecommitdiff
path: root/games-util/wxchtdecoder/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
commit0cf2f20608308acdf3cb922c3736446bbd8f3388 (patch)
tree07815070629c7c11000a7f51ceb8ccbccb49a809 /games-util/wxchtdecoder/files
parent1798c4aeca70ac8d0a243684d6a798fbc65735f8 (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'games-util/wxchtdecoder/files')
-rw-r--r--games-util/wxchtdecoder/files/wxchtdecoder-1.5a-wxgtk.patch37
1 files changed, 0 insertions, 37 deletions
diff --git a/games-util/wxchtdecoder/files/wxchtdecoder-1.5a-wxgtk.patch b/games-util/wxchtdecoder/files/wxchtdecoder-1.5a-wxgtk.patch
deleted file mode 100644
index 1eb61febe1bb..000000000000
--- a/games-util/wxchtdecoder/files/wxchtdecoder-1.5a-wxgtk.patch
+++ /dev/null
@@ -1,37 +0,0 @@
---- wxchtdecoder-1.5a.orig/source/chtdecoder.cc
-+++ wxchtdecoder-1.5a/source/chtdecoder.cc
-@@ -64,26 +64,26 @@
- const wxSize *CHTDecoder::APP_SIZE = new wxSize(640, 480);
-
- namespace {
-- const wxCmdLineEntryDesc CMDLINE_DESC[] = {
-+ wxCmdLineEntryDesc CMDLINE_DESC[] = {
- {
-- wxCMD_LINE_SWITCH, wxT("h"), wxT("help"),
-- wxT("display usage information"), wxCMD_LINE_VAL_STRING,
-+ wxCMD_LINE_SWITCH, "h", "help",
-+ "display usage information", wxCMD_LINE_VAL_STRING,
- wxCMD_LINE_OPTION_HELP
- },
-
- {
-- wxCMD_LINE_SWITCH, wxT("v"), wxT("version"),
-- wxT("display version information"), wxCMD_LINE_VAL_STRING,
-+ wxCMD_LINE_SWITCH, "v", "version",
-+ "display version information", wxCMD_LINE_VAL_STRING,
- wxCMD_LINE_OPTION_HELP
- },
-
- {
-- wxCMD_LINE_SWITCH, wxT("f"), wxT("force-open"),
-- wxT("force opening of possibly invalid .CHT files")
-+ wxCMD_LINE_SWITCH, "f", "force-open",
-+ "force opening of possibly invalid .CHT files"
- },
-
- {
-- wxCMD_LINE_PARAM, 0, 0, wxT(".CHT file(s)"),
-+ wxCMD_LINE_PARAM, 0, 0, ".CHT file(s)",
- wxCMD_LINE_VAL_STRING, wxCMD_LINE_PARAM_MULTIPLE
- },
-