diff options
Diffstat (limited to '')
-rw-r--r-- | x11-fm/endeavour/files/patch-include::string.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-fm/endeavour/files/patch-include::string.h b/x11-fm/endeavour/files/patch-include::string.h index 5a3899ab5b9e..c1d10238e0a5 100644 --- a/x11-fm/endeavour/files/patch-include::string.h +++ b/x11-fm/endeavour/files/patch-include::string.h @@ -1,10 +1,10 @@ ---- include/string.h.orig Tue Jan 29 16:54:50 2002 -+++ include/string.h Tue Jan 29 16:55:21 2002 +--- include/string.h.orig Sat Feb 23 16:37:45 2002 ++++ include/string.h Sat Feb 23 16:37:48 2002 @@ -24,7 +24,9 @@ extern int strcasecmp(const char *s1, const char *s2); #endif extern const char *strseekblank(const char *s); -+#ifndef __FreeBSD__ ++#ifdef NEED_STRCASESTR extern const char *strcasestr(const char *haystack, const char *needle); +#endif extern int strpfx(const char *str, const char *pfx); |