diff options
author | Markus Brueffer <markus@FreeBSD.org> | 2006-06-04 15:29:21 +0000 |
---|---|---|
committer | Markus Brueffer <markus@FreeBSD.org> | 2006-06-04 15:29:21 +0000 |
commit | 46d9d5084a78b9112d6d13d6cebe9058208c856c (patch) | |
tree | 72acf67fd286766b8de088367e919aa2477a0958 /net-im/kmess-kde4/files/patch-kmess-crypt-bithelp.h | |
parent | Update to 3.9.0 (diff) |
- Unbreak by updating to version 1.4.3
- Drop now unneeded dependency to deskutils/kdepim3
Notes
Notes:
svn path=/head/; revision=164340
Diffstat (limited to 'net-im/kmess-kde4/files/patch-kmess-crypt-bithelp.h')
-rw-r--r-- | net-im/kmess-kde4/files/patch-kmess-crypt-bithelp.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-im/kmess-kde4/files/patch-kmess-crypt-bithelp.h b/net-im/kmess-kde4/files/patch-kmess-crypt-bithelp.h new file mode 100644 index 000000000000..5a20fc68d008 --- /dev/null +++ b/net-im/kmess-kde4/files/patch-kmess-crypt-bithelp.h @@ -0,0 +1,11 @@ +--- kmess/crypt/bithelp.h.orig Sun Jun 4 13:38:04 2006 ++++ kmess/crypt/bithelp.h Sun Jun 4 13:39:09 2006 +@@ -20,8 +20,6 @@ + #ifndef G10_BITHELP_H + #define G10_BITHELP_H + +-#include <stdint.h> +- + /**************** + * Rotate the 32 bit unsigned integer X by N bits left/right + */ |