diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
commit | 08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 (patch) | |
tree | 0cfc4f0736babb895eb97a65c6defe632a0249c7 /mail/cyrus-imapd23/files/patch-perl__imap__IMAP.xs | |
parent | editors/fte: update to 20110708 (diff) |
Rename all patches that contain '::' as a path separator, and use
'__' instead.
Diffstat (limited to 'mail/cyrus-imapd23/files/patch-perl__imap__IMAP.xs')
-rw-r--r-- | mail/cyrus-imapd23/files/patch-perl__imap__IMAP.xs | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/mail/cyrus-imapd23/files/patch-perl__imap__IMAP.xs b/mail/cyrus-imapd23/files/patch-perl__imap__IMAP.xs new file mode 100644 index 000000000000..77ec9d76b885 --- /dev/null +++ b/mail/cyrus-imapd23/files/patch-perl__imap__IMAP.xs @@ -0,0 +1,21 @@ +Index: perl/imap/IMAP.xs +diff -u perl/imap/IMAP.xs.orig perl/imap/IMAP.xs +--- perl/imap/IMAP.xs.orig 2011-04-13 23:35:22.000000000 +0900 ++++ perl/imap/IMAP.xs 2011-05-20 15:27:09.000000000 +0900 +@@ -68,6 +68,16 @@ + #define aTHX_ + #endif + ++#ifndef sv_no ++#define sv_no PL_sv_no ++#endif ++#ifndef sv_undef ++#define sv_undef PL_sv_undef ++#endif ++#ifndef sv_yes ++#define sv_yes PL_sv_yes ++#endif ++ + /* + * This is the code from xsutil.c + */ |