aboutsummaryrefslogtreecommitdiff
path: root/audio/forked-daapd
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2020-01-07 17:29:05 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2020-01-07 17:29:05 +0000
commit6b56c042431b91682de9931f4a4d8845978f2c0a (patch)
tree6b98cc8729721a7f4b9629617b2a181901a8c16d /audio/forked-daapd
parente4fb6dc41291c1a9f4710840ee1c2bbf261d649e (diff)
downloadports-6b56c042431b91682de9931f4a4d8845978f2c0a.tar.gz
ports-6b56c042431b91682de9931f4a4d8845978f2c0a.zip
- fix build with gperf 3.1
Reported by: jbeich
Notes
Notes: svn path=/head/; revision=522346
Diffstat (limited to 'audio/forked-daapd')
-rw-r--r--audio/forked-daapd/Makefile2
-rw-r--r--audio/forked-daapd/files/patch-dmap_common.h11
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