diff options
author | Ryan Hill <rhill@gentoo.org> | 2008-06-19 03:19:25 +0000 |
---|---|---|
committer | Ryan Hill <rhill@gentoo.org> | 2008-06-19 03:19:25 +0000 |
commit | 8f9c175aea5cdc198ae2ce6b438f8b87859496b2 (patch) | |
tree | 98a1012b32542341ba304d55736cdaf604c1752d /app-text/xchm/files | |
parent | Stable on amd64, bug #222219 (diff) | |
download | historical-8f9c175aea5cdc198ae2ce6b438f8b87859496b2.tar.gz historical-8f9c175aea5cdc198ae2ce6b438f8b87859496b2.tar.bz2 historical-8f9c175aea5cdc198ae2ce6b438f8b87859496b2.zip |
xchm
Package-Manager: portage-2.2_pre8/cvs/Linux 2.6.25-gentoo-r5 x86_64
Diffstat (limited to 'app-text/xchm/files')
-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) |