aboutsummaryrefslogtreecommitdiff
path: root/audio/deadbeef
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2015-08-28 10:48:05 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2015-08-28 10:48:05 +0000
commit688387870b8ed3407e07c3dfba09059b0fcbb994 (patch)
treed066a782966e9c2637bf3427ea92bcdf0b2c0554 /audio/deadbeef
parentf4a3846f70bb36bf93349575bba4bbc13e879635 (diff)
downloadports-688387870b8ed3407e07c3dfba09059b0fcbb994.tar.gz
ports-688387870b8ed3407e07c3dfba09059b0fcbb994.zip
Notes
Diffstat (limited to 'audio/deadbeef')
-rw-r--r--audio/deadbeef/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/deadbeef/Makefile b/audio/deadbeef/Makefile
index a666915206e6..2ee5a4960548 100644
--- a/audio/deadbeef/Makefile
+++ b/audio/deadbeef/Makefile
@@ -3,7 +3,7 @@
PORTNAME= deadbeef
PORTVERSION= 0.6.2
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= audio
MASTER_SITES= SF/${PORTNAME}/
@@ -184,5 +184,8 @@ post-patch:
-e 's,libavutil ,libavutil0 ,g' \
-e 's,libavformat ,libavformat0 ,g' \
${WRKSRC}/configure
+# Fix build with libzip-1.0
+ @${REINPLACE_CMD} 's,zip_file_t,zip_file_DB,g' \
+ ${WRKSRC}/plugins/vfs_zip/vfs_zip.c
.include <bsd.port.mk>