From 688387870b8ed3407e07c3dfba09059b0fcbb994 Mon Sep 17 00:00:00 2001 From: Max Brazhnikov Date: Fri, 28 Aug 2015 10:48:05 +0000 Subject: audio/deadbeef: - Fix build with libzip-1.0 PR: 202682 Approved by: vg@ (maintainer) --- audio/deadbeef/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3