diff options
author | Daniel Black <dragonheart@gentoo.org> | 2008-06-20 14:32:02 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2008-06-20 14:32:02 +0000 |
commit | 383ad2f1c73658a36497794e4733d135dde3413a (patch) | |
tree | 6c212552b3413cea4b6b268df7859c481ba19a9f /app-crypt/rainbowcrack/files | |
parent | Move pkgconfig from RDEPEND to DEPEND, build time tool. My mistake. (diff) | |
download | gentoo-2-383ad2f1c73658a36497794e4733d135dde3413a.tar.gz gentoo-2-383ad2f1c73658a36497794e4733d135dde3413a.tar.bz2 gentoo-2-383ad2f1c73658a36497794e4733d135dde3413a.zip |
gcc-4.3.1 fix as per bug #227051. thanks Evil Compile Person
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-crypt/rainbowcrack/files')
-rw-r--r-- | app-crypt/rainbowcrack/files/rainbowcrack-1.2-types.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app-crypt/rainbowcrack/files/rainbowcrack-1.2-types.patch b/app-crypt/rainbowcrack/files/rainbowcrack-1.2-types.patch new file mode 100644 index 000000000000..67f3e0a9db18 --- /dev/null +++ b/app-crypt/rainbowcrack/files/rainbowcrack-1.2-types.patch @@ -0,0 +1,10 @@ +--- ./rainbowcrack-1.2-src-orig/src/Public.h 2003-11-23 00:32:50.000000000 +1100 ++++ ./rainbowcrack-1.2-src/src/Public.h 2008-06-21 00:27:18.000000000 +1000 +@@ -17,6 +17,7 @@ + #ifdef _WIN32
+ #define uint64 unsigned __int64
+ #else
++#include <sys/types.h>
+ #define uint64 u_int64_t
+ #endif
+
|