diff options
Diffstat (limited to 'security/p5-Crypt-IDEA/files')
-rw-r--r-- | security/p5-Crypt-IDEA/files/patch-IDEA.xs | 16 | ||||
-rw-r--r-- | security/p5-Crypt-IDEA/files/patch-_idea.c (renamed from security/p5-Crypt-IDEA/files/patch-aa) | 4 |
2 files changed, 2 insertions, 18 deletions
diff --git a/security/p5-Crypt-IDEA/files/patch-IDEA.xs b/security/p5-Crypt-IDEA/files/patch-IDEA.xs deleted file mode 100644 index f32319212c97..000000000000 --- a/security/p5-Crypt-IDEA/files/patch-IDEA.xs +++ /dev/null @@ -1,16 +0,0 @@ - -$FreeBSD$ - ---- IDEA.xs 2002/10/21 11:18:42 1.1 -+++ IDEA.xs 2002/10/21 11:27:32 -@@ -9,6 +9,10 @@ - - #include "idea.h" - -+#ifndef sv_undef -+#define sv_undef PL_sv_undef -+#endif -+ - MODULE = Crypt::IDEA PACKAGE = Crypt::IDEA PREFIX = idea_ - - char * diff --git a/security/p5-Crypt-IDEA/files/patch-aa b/security/p5-Crypt-IDEA/files/patch-_idea.c index 1f00e8f01a6d..7d953b542bd8 100644 --- a/security/p5-Crypt-IDEA/files/patch-aa +++ b/security/p5-Crypt-IDEA/files/patch-_idea.c @@ -1,5 +1,5 @@ ---- idea.c.orig Sun Apr 23 03:51:49 2000 -+++ idea.c Sun Apr 23 03:51:27 2000 +--- _idea.c.orig Sun Jan 19 11:37:03 2003 ++++ _idea.c Sun Jan 19 11:37:14 2003 @@ -5,7 +5,7 @@ #include "idea.h" |