diff options
Diffstat (limited to 'app-text/xchm/files/xchm-1.13-gcc-4.3.patch')
-rw-r--r-- | app-text/xchm/files/xchm-1.13-gcc-4.3.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/app-text/xchm/files/xchm-1.13-gcc-4.3.patch b/app-text/xchm/files/xchm-1.13-gcc-4.3.patch deleted file mode 100644 index d5035b560a07..000000000000 --- a/app-text/xchm/files/xchm-1.13-gcc-4.3.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -Naur xchm-1.13-orig/src/chmfile.h xchm-1.13/src/chmfile.h ---- xchm-1.13-orig/src/chmfile.h 2007-04-10 06:07:17.000000000 -0600 -+++ xchm-1.13/src/chmfile.h 2007-12-19 19:00:16.000000000 -0600 -@@ -277,8 +277,8 @@ - - //! Retrieve the data (name/URL) for a single entry (TOC or index) - bool GetItem(UCharPtr& topics, UCharPtr& strings, UCharPtr& urltbl, -- UCharPtr& urlstr, u_int32_t index, wxTreeCtrl *toBuild, -- CHMListCtrl* toBuild, const wxString& idxName, -+ UCharPtr& urlstr, u_int32_t index, wxTreeCtrl* tree, -+ CHMListCtrl* list, const wxString& idxName, - const wxCSConv& cv, int level, bool local); - - //! Get the binary index (if available) |