summaryrefslogtreecommitdiff
path: root/user/perl-crypt-rijndael/use-stdint_h.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-07-22 03:53:45 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-07-22 03:53:45 -0500
commitdf00e11d3b319a75c704658e22ed8b415401b0a1 (patch)
treeb1501b437a380d45c6da91dc0fd7e10c9afdf7bd /user/perl-crypt-rijndael/use-stdint_h.patch
parente086770b6de451c93027bded748cba7e1041d507 (diff)
downloadpackages-df00e11d3b319a75c704658e22ed8b415401b0a1.tar.gz
packages-df00e11d3b319a75c704658e22ed8b415401b0a1.tar.bz2
packages-df00e11d3b319a75c704658e22ed8b415401b0a1.tar.xz
packages-df00e11d3b319a75c704658e22ed8b415401b0a1.zip
user/perl-crypt-rijndael: assign Perl team, bump to 1.13, fix metadata
Diffstat (limited to 'user/perl-crypt-rijndael/use-stdint_h.patch')
-rw-r--r--user/perl-crypt-rijndael/use-stdint_h.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/user/perl-crypt-rijndael/use-stdint_h.patch b/user/perl-crypt-rijndael/use-stdint_h.patch
new file mode 100644
index 000000000..76471bee9
--- /dev/null
+++ b/user/perl-crypt-rijndael/use-stdint_h.patch
@@ -0,0 +1,18 @@
+Only in Crypt-Rijndael-1.11: Rijndael.o
+Only in Crypt-Rijndael-1.11: _rijndael.o
+Only in Crypt-Rijndael-1.11: blib/arch/auto/Crypt/Rijndael/Rijndael.so
+Only in Crypt-Rijndael-1.11: blib/man3/Crypt::Rijndael.3
+--- Crypt-Rijndael-1.11.orig/rijndael.h
++++ Crypt-Rijndael-1.11/rijndael.h
+@@ -72,6 +72,11 @@
+ typedef u_char UINT8;
+ #endif
+
++#include <stdint.h>
++#define _CRYPT_RIJNDAEL_H_TYPES
++typedef uint32_t UINT32;
++typedef uint8_t UINT8;
++
+ /* I expect this to be the usual case */
+ #if ! defined(_CRYPT_RIJNDAEL_H_TYPES) && ( defined(_SYS_TYPES_H) || defined(_SYS_TYPES_H_) )
+ #define _CRYPT_RIJNDAEL_H_TYPES