diff options
Diffstat (limited to 'security/p5-Crypt-IDEA/files/patch-IDEA.xs')
-rw-r--r-- | security/p5-Crypt-IDEA/files/patch-IDEA.xs | 16 |
1 files changed, 0 insertions, 16 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 * |