diff options
Diffstat (limited to 'mail/courier/files')
-rw-r--r-- | mail/courier/files/patch-pcp::intl::dcigettext.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/mail/courier/files/patch-pcp::intl::dcigettext.c b/mail/courier/files/patch-pcp::intl::dcigettext.c deleted file mode 100644 index 836bc8e..0000000 --- a/mail/courier/files/patch-pcp::intl::dcigettext.c +++ /dev/null @@ -1,11 +0,0 @@ ---- pcp/intl/dcigettext.c.orig Fri Oct 26 00:01:27 2001 -+++ pcp/intl/dcigettext.c Wed Jul 3 01:47:12 2002 -@@ -57,7 +57,7 @@ - #include <stdlib.h> - - #include <string.h> --#if !HAVE_STRCHR && !defined _LIBC -+#if !HAVE_STRCHR && !defined _LIBC && !defined __FreeBSD__ - # ifndef strchr - # define strchr index - # endif |