summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/kchmviewer/files/kchmviewer-3.1_p2-gcc43.patch')
-rw-r--r--app-text/kchmviewer/files/kchmviewer-3.1_p2-gcc43.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/app-text/kchmviewer/files/kchmviewer-3.1_p2-gcc43.patch b/app-text/kchmviewer/files/kchmviewer-3.1_p2-gcc43.patch
deleted file mode 100644
index 57e8b4a..0000000
--- a/app-text/kchmviewer/files/kchmviewer-3.1_p2-gcc43.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urNad kchmviewer-3.1.orig/lib/libchmfile/libchmfileimpl.h kchmviewer-3.1/lib/libchmfile/libchmfileimpl.h
---- kchmviewer-3.1.orig/lib/libchmfile/libchmfileimpl.h 2008-04-09 17:33:13.000000000 +0100
-+++ kchmviewer-3.1/lib/libchmfile/libchmfileimpl.h 2008-04-09 17:33:59.000000000 +0100
-@@ -25,6 +25,8 @@
- #include "libchmfile.h"
- #include "libchmtocimage.h"
-
-+#include <sys/types.h> /* for u_int{32,64}_t */
-+
- //! Keeps the intermediate search result
- class LCHMSearchProgressResult
- {