diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-10-21 19:29:41 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-10-21 19:29:41 +0800 |
commit | 66e36f77e5355b388fc7f4da979aead3e5c612b0 (patch) | |
tree | 4882f492a07e0ed1cc2ffacb64eaeeda075d935e /security/p5-Crypt-IDEA | |
parent | ba517233abd9b148e3e817ba5763d120eb7a5092 (diff) | |
download | freebsd-ports-gnome-66e36f77e5355b388fc7f4da979aead3e5c612b0.tar.gz freebsd-ports-gnome-66e36f77e5355b388fc7f4da979aead3e5c612b0.tar.zst freebsd-ports-gnome-66e36f77e5355b388fc7f4da979aead3e5c612b0.zip |
Unbreak on -current.
Submitted by: bento
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 * |