aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authornovel <novel@FreeBSD.org>2015-09-02 00:22:12 +0800
committernovel <novel@FreeBSD.org>2015-09-02 00:22:12 +0800
commit6104b95ace2fc987d5fb2802654c113cc76a469a (patch)
tree67fedfdd5cafc34bdad5e151d39857725d48270a /audio
parent5c458795d4b6715d3f8c294294994064e024a0fd (diff)
downloadfreebsd-ports-gnome-6104b95ace2fc987d5fb2802654c113cc76a469a.tar.gz
freebsd-ports-gnome-6104b95ace2fc987d5fb2802654c113cc76a469a.tar.zst
freebsd-ports-gnome-6104b95ace2fc987d5fb2802654c113cc76a469a.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)
Diffstat (limited to 'audio')
-rw-r--r--audio/deadbeef/Makefile1
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' \