diff options
Diffstat (limited to 'sysutils/lineakd/files/patch-cc')
-rw-r--r-- | sysutils/lineakd/files/patch-cc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sysutils/lineakd/files/patch-cc b/sysutils/lineakd/files/patch-cc new file mode 100644 index 000000000000..908309e2f87c --- /dev/null +++ b/sysutils/lineakd/files/patch-cc @@ -0,0 +1,16 @@ +--- intl/dcigettext.c.orig Sat Jun 8 21:56:27 2002 ++++ intl/dcigettext.c Tue May 13 10:56:23 2003 +@@ -58,11 +58,11 @@ + #include <stdlib.h> + + #include <string.h> +-#if !HAVE_STRCHR && !defined _LIBC ++/*#if !HAVE_STRCHR && !defined _LIBC + # ifndef strchr + # define strchr index + # endif +-#endif ++#endif*/ + + #if defined HAVE_UNISTD_H || defined _LIBC + # include <unistd.h> |