diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2015-09-01 16:22:12 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2015-09-01 16:22:12 +0000 |
commit | 3e907b28b5c308ecd7b9492249eaf1be46d3d09d (patch) | |
tree | 67fedfdd5cafc34bdad5e151d39857725d48270a /audio/deadbeef | |
parent | c7e624b3210627ca07b51be84044b2e269762e53 (diff) | |
download | ports-3e907b28b5c308ecd7b9492249eaf1be46d3d09d.tar.gz ports-3e907b28b5c308ecd7b9492249eaf1be46d3d09d.zip |
Respect disabling OGG option. Fix is based on an upstream commit [1].
Do not bump PORTREVISION as OGG option is enabled by default.
1: https://github.com/Alexey-Yakovenko/deadbeef/commit/f58d6e38ac9725fd1fe7760232a36bcefa940ee4
PR: 202576
Approved by: vg (maintainer)
Notes
Notes:
svn path=/head/; revision=395778
Diffstat (limited to 'audio/deadbeef')
-rw-r--r-- | audio/deadbeef/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/deadbeef/Makefile b/audio/deadbeef/Makefile index 2ee5a4960548..e82bc7f33d2b 100644 --- a/audio/deadbeef/Makefile +++ b/audio/deadbeef/Makefile @@ -183,6 +183,7 @@ post-patch: -e 's,libavcodec ,libavcodec0 ,g' \ -e 's,libavutil ,libavutil0 ,g' \ -e 's,libavformat ,libavformat0 ,g' \ + -e '/HAVE_OGG" = "yes"/ {n; n; /HAVE_VORBISPLUGIN=yes/d;}' \ ${WRKSRC}/configure # Fix build with libzip-1.0 @${REINPLACE_CMD} 's,zip_file_t,zip_file_DB,g' \ |