forked from Lainports/freebsd-ports
lineak is a utility designed to enable the use and configuration of those special keys on Internet, Easy Access and Multimedia keyboards in Linux (and other unices, like now FreeBSD). I use this port for about 6-8 months and it seems to work without much problems. I was asked from several people if I finished the port, so I thought it would be the best to include it in the official ports tree. PR: ports/52158 Submitted by: Kay Lehmann <kay_lehmann@web.de>
16 lines
373 B
Text
16 lines
373 B
Text
--- 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>
|