diff options
Diffstat (limited to 'audio/forked-daapd')
-rw-r--r-- | audio/forked-daapd/Makefile | 2 | ||||
-rw-r--r-- | audio/forked-daapd/files/patch-dmap_common.h | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/audio/forked-daapd/Makefile b/audio/forked-daapd/Makefile index 6678b7ae20f0..307f40aa5f9a 100644 --- a/audio/forked-daapd/Makefile +++ b/audio/forked-daapd/Makefile @@ -3,7 +3,7 @@ PORTNAME= forked-daapd PORTVERSION= 24.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= audio MAINTAINER= takumiiinn@gmail.com diff --git a/audio/forked-daapd/files/patch-dmap_common.h b/audio/forked-daapd/files/patch-dmap_common.h new file mode 100644 index 000000000000..b367370c0a2e --- /dev/null +++ b/audio/forked-daapd/files/patch-dmap_common.h @@ -0,0 +1,11 @@ +--- src/dmap_common.h.orig 2016-05-06 17:50:14 UTC ++++ src/dmap_common.h +@@ -46,7 +46,7 @@ dmap_get_fields_table(int *nfields); + + /* From dmap_fields.gperf - keep in sync, don't alter */ + const struct dmap_field * +-dmap_find_field (register const char *str, register unsigned int len); ++dmap_find_field (register const char *str, register size_t len); + + + void |