ports/net/minidlna/files/patch-ab
Mikhail Teterin 39faccbe39 Add the port of minidlna -- the DLNA-speaking service.
(Took me 6 months to come up with the etc/rc.d/ script...)
2010-12-14 06:11:04 +00:00

9 lines
352 B
Text

--- tagutils/tagutils-misc.c 2010-12-13 01:41:52.000000000 -0500
+++ tagutils/tagutils-misc.c 2010-12-13 17:31:49.000000000 -0500
@@ -34,5 +34,5 @@
static iconv_result
do_iconv(const char* to_ces, const char* from_ces,
- char *inbuf, size_t inbytesleft,
+ const char *inbuf, size_t inbytesleft,
char *outbuf_orig, size_t outbytesleft_orig)
{