opnsense-ports/mail/cyrus-imapd23/files/patch-perl__imap__IMAP.xs
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

21 lines
440 B
Text

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
*/