svn commit: r395463 - head/audio/deadbeef
Max Brazhnikov
makc at FreeBSD.org
Fri Aug 28 10:48:06 UTC 2015
Author: makc
Date: Fri Aug 28 10:48:05 2015
New Revision: 395463
URL: https://svnweb.freebsd.org/changeset/ports/395463
Log:
audio/deadbeef:
- Fix build with libzip-1.0
PR: 202682
Approved by: vg@ (maintainer)
Modified:
head/audio/deadbeef/Makefile
Modified: head/audio/deadbeef/Makefile
==============================================================================
--- head/audio/deadbeef/Makefile Fri Aug 28 10:47:43 2015 (r395462)
+++ head/audio/deadbeef/Makefile Fri Aug 28 10:48:05 2015 (r395463)
@@ -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>
More information about the svn-ports-all
mailing list