diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2020-01-07 17:29:05 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2020-01-07 17:29:05 +0000 |
commit | 6b56c042431b91682de9931f4a4d8845978f2c0a (patch) | |
tree | 6b98cc8729721a7f4b9629617b2a181901a8c16d /audio | |
parent | e4fb6dc41291c1a9f4710840ee1c2bbf261d649e (diff) | |
download | ports-6b56c042431b91682de9931f4a4d8845978f2c0a.tar.gz ports-6b56c042431b91682de9931f4a4d8845978f2c0a.zip |
Notes
Diffstat (limited to 'audio')
-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 |