diff options
Diffstat (limited to 'comms/xlog/files/patch-ad')
-rw-r--r-- | comms/xlog/files/patch-ad | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/comms/xlog/files/patch-ad b/comms/xlog/files/patch-ad new file mode 100644 index 000000000000..67a5ab7e85bc --- /dev/null +++ b/comms/xlog/files/patch-ad @@ -0,0 +1,11 @@ +--- intl/dcigettext.c.orig Tue Nov 5 11:32:40 2002 ++++ intl/dcigettext.c Tue Nov 5 11:33:55 2002 +@@ -58,7 +58,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 |