diff options
Diffstat (limited to 'security/p5-Crypt-IDEA')
-rw-r--r-- | security/p5-Crypt-IDEA/files/patch-IDEA.xs | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/security/p5-Crypt-IDEA/files/patch-IDEA.xs b/security/p5-Crypt-IDEA/files/patch-IDEA.xs new file mode 100644 index 000000000000..f32319212c97 --- /dev/null +++ b/security/p5-Crypt-IDEA/files/patch-IDEA.xs @@ -0,0 +1,16 @@ + +$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 * |