diff options
Diffstat (limited to 'net/gtk-gnutella/files/patch-aa')
-rw-r--r-- | net/gtk-gnutella/files/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/gtk-gnutella/files/patch-aa b/net/gtk-gnutella/files/patch-aa new file mode 100644 index 000000000000..01e0e269c364 --- /dev/null +++ b/net/gtk-gnutella/files/patch-aa @@ -0,0 +1,12 @@ +--- src/misc.h.orig Sun Jul 14 23:38:00 2002 ++++ src/misc.h Sun Jul 14 23:38:15 2002 +@@ -78,7 +78,9 @@ + gchar *short_uptime(guint32 s); + guint32 random_value(guint32 max); + void strlower(gchar *, gchar *); ++#ifndef __FreeBSD__ + guchar *strcasestr(const guchar *haystack, const guchar *needle); ++#endif + gchar *build_url_from_download(struct download *d); + + #endif /* __misc_h__ */ |