diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2009-05-16 22:10:38 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2009-05-16 22:10:38 +0000 |
commit | 8b34276425a1a313cc7c3cde228d2c97c3bdae26 (patch) | |
tree | cab4f99c7f58b184e93e4b96cd0362bdc27b8122 /app-text/xchm/files/xchm-1.16-gcc44.patch | |
parent | Restrict tests for gstreamer external plugins, they don't work with the split... (diff) | |
download | gentoo-2-8b34276425a1a313cc7c3cde228d2c97c3bdae26.tar.gz gentoo-2-8b34276425a1a313cc7c3cde228d2c97c3bdae26.tar.bz2 gentoo-2-8b34276425a1a313cc7c3cde228d2c97c3bdae26.zip |
Version bump.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'app-text/xchm/files/xchm-1.16-gcc44.patch')
-rw-r--r-- | app-text/xchm/files/xchm-1.16-gcc44.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/app-text/xchm/files/xchm-1.16-gcc44.patch b/app-text/xchm/files/xchm-1.16-gcc44.patch new file mode 100644 index 000000000000..49b5483ea5ce --- /dev/null +++ b/app-text/xchm/files/xchm-1.16-gcc44.patch @@ -0,0 +1,22 @@ +https://sourceforge.net/tracker/?func=detail&aid=2792822&group_id=87007&atid=581690 + +--- xchm-1.16-orig/src/bitfiddle.inl ++++ xchm-1.16/src/bitfiddle.inl +@@ -22,6 +22,7 @@ + */ + + ++#include <stdint.h> + #include <wx/string.h> + + +--- xchm-1.16-orig/src/chmfile.h ++++ xchm-1.16/src/chmfile.h +@@ -24,6 +24,7 @@ + #define __CHMFILE_H_ + + #include <config.h> ++#include <stdint.h> + #include <chm_lib.h> + #include <wx/filefn.h> + #include <wx/string.h> |