diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2002-07-08 06:28:17 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2002-07-08 06:28:17 +0000 |
commit | 6443adb117be6e5f3d823692b686b2ba4145ddd2 (patch) | |
tree | 0a4bd2592559780cc96507250e1f6678d191dc98 /mail/courier/files/patch-pcp::intl::dcigettext.c | |
parent | Update to 3.12.4. (diff) |
Update to version 0.39.1
PR: 40319
Submitted by: MAINTAINER
Diffstat (limited to '')
-rw-r--r-- | mail/courier/files/patch-pcp::intl::dcigettext.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/courier/files/patch-pcp::intl::dcigettext.c b/mail/courier/files/patch-pcp::intl::dcigettext.c new file mode 100644 index 000000000000..836bc8edd15b --- /dev/null +++ b/mail/courier/files/patch-pcp::intl::dcigettext.c @@ -0,0 +1,11 @@ +--- 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 |