aboutsummaryrefslogtreecommitdiff
path: root/audio/mumble
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-04-12 10:36:16 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-04-12 10:36:16 +0000
commitafb5d0b5f2a5db65f0a157dbd8622019ede8a001 (patch)
tree1b011bf7378ed0cc0d17c243ba56df1cc281df84 /audio/mumble
parent83c6c2647b553bfb08f97a1ccecf604026ead670 (diff)
downloadports-afb5d0b5f2a5db65f0a157dbd8622019ede8a001.tar.gz
ports-afb5d0b5f2a5db65f0a157dbd8622019ede8a001.zip
Notes
Diffstat (limited to 'audio/mumble')
-rw-r--r--audio/mumble/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/audio/mumble/Makefile b/audio/mumble/Makefile
index fd8f3ac41847..f34c8d8352ca 100644
--- a/audio/mumble/Makefile
+++ b/audio/mumble/Makefile
@@ -61,7 +61,7 @@ PLIST_SUB+= BUNDLECELT=""
.else
CONFIG+= no-bundled-celt
PLIST_SUB+= BUNDLECELT="@comment "
-LIB_DEPENDS+= celt.0:${PORTSDIR}/audio/celt
+LIB_DEPENDS+= celt0.2:${PORTSDIR}/audio/celt
.endif
.if defined(WITHOUT_BONJOUR)
@@ -79,6 +79,10 @@ PLIST_SUB+= MUMBLE11X=""
post-patch:
@${REINPLACE_CMD} -e 's|-ldl||' ${WRKSRC}/overlay_gl/overlay_gl.pro
+ # Fix with celt 0.11
+.if !defined(WITHOUT_SYSCELT)
+ @${REINPLACE_CMD} -e 's/CELT_SET_VBR_RATE/CELT_SET_BITRATE/g' ${WRKSRC}/src/mumble/AudioInput.cpp
+.endif
do-configure:
.if defined(WITHOUT_SYSCELT)