mirror of
https://git.freebsd.org/ports.git
synced 2025-07-08 04:49:17 -04:00
11 lines
307 B
Text
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
|