ports/comms/xlog/files/patch-ad
2002-11-05 19:14:30 +00:00

11 lines
307 B
Text

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