diff options
author | Peter Alfredsen <loki_val@gentoo.org> | 2008-07-23 09:52:37 +0000 |
---|---|---|
committer | Peter Alfredsen <loki_val@gentoo.org> | 2008-07-23 09:52:37 +0000 |
commit | c3fc8bbe7cebdb3646f2f134d3cdeea6db9de901 (patch) | |
tree | 6ee07b0594b6ad5da604ef00069a74a8f9ff2c48 /app-crypt/trousers/files/trousers-0.3.1-gcc43.patch | |
parent | Version bump (#224975) (diff) | |
download | gentoo-2-c3fc8bbe7cebdb3646f2f134d3cdeea6db9de901.tar.gz gentoo-2-c3fc8bbe7cebdb3646f2f134d3cdeea6db9de901.tar.bz2 gentoo-2-c3fc8bbe7cebdb3646f2f134d3cdeea6db9de901.zip |
Fix for gcc-4.3, tidy up ebuild. Bug #232521. Thanks to Shvetsov Alexey <alexxyum@gmail.com>
(Portage version: 2.2_rc1/cvs/Linux 2.6.25.8 i686)
Diffstat (limited to 'app-crypt/trousers/files/trousers-0.3.1-gcc43.patch')
-rw-r--r-- | app-crypt/trousers/files/trousers-0.3.1-gcc43.patch | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/app-crypt/trousers/files/trousers-0.3.1-gcc43.patch b/app-crypt/trousers/files/trousers-0.3.1-gcc43.patch new file mode 100644 index 000000000000..db0f48e5f8b9 --- /dev/null +++ b/app-crypt/trousers/files/trousers-0.3.1-gcc43.patch @@ -0,0 +1,30 @@ +--- src/trspi/crypto/openssl/symmetric.c.orig 2008-07-21 02:14:44.000000000 +0400 ++++ src/trspi/crypto/openssl/symmetric.c 2008-07-21 02:15:06.000000000 +0400 +@@ -16,6 +16,7 @@ + */ + + #include <string.h> ++#include <limits.h> + + #include <openssl/evp.h> + #include <openssl/err.h> +--- src/tspi/tsp_ps.c.orig 2008-07-21 02:27:14.000000000 +0400 ++++ src/tspi/tsp_ps.c 2008-07-21 02:27:40.000000000 +0400 +@@ -15,6 +15,7 @@ + #include <string.h> + #include <unistd.h> + #include <stdio.h> ++#include <limits.h> + + #include "trousers/tss.h" + #include "trousers/trousers.h" +--- src/tspi/tspi_aik.c.orig 2008-07-21 02:31:35.000000000 +0400 ++++ src/tspi/tspi_aik.c 2008-07-21 02:32:04.000000000 +0400 +@@ -12,6 +12,7 @@ + #include <stdio.h> + #include <string.h> + #include <inttypes.h> ++#include <limits.h> + + #include "trousers/tss.h" + #include "trousers/trousers.h" |