diff options
author | makc <makc@FreeBSD.org> | 2015-08-28 18:48:05 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2015-08-28 18:48:05 +0800 |
commit | 9e980a48770dd00cac413914bac7bf426c84bd23 (patch) | |
tree | d066a782966e9c2637bf3427ea92bcdf0b2c0554 /audio | |
parent | 89f3f81d1847131f387cd9039fdd4c7806522dd8 (diff) | |
download | freebsd-ports-gnome-9e980a48770dd00cac413914bac7bf426c84bd23.tar.gz freebsd-ports-gnome-9e980a48770dd00cac413914bac7bf426c84bd23.tar.zst freebsd-ports-gnome-9e980a48770dd00cac413914bac7bf426c84bd23.zip |
audio/deadbeef:
- Fix build with libzip-1.0
PR: 202682
Approved by: vg@ (maintainer)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/deadbeef/Makefile | 5 |
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> |