diff options
author | bapt <bapt@FreeBSD.org> | 2011-04-12 18:36:16 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-04-12 18:36:16 +0800 |
commit | c968cb9e3ef44a49b192ea4db04001c4ec011f0c (patch) | |
tree | 2c5cd96f1187b4be7def987f7e0169b28c932566 /audio/mumble | |
parent | b86f84e54b5a3f757323c1d3f6b82b7eb0c7e63f (diff) | |
download | freebsd-ports-gnome-c968cb9e3ef44a49b192ea4db04001c4ec011f0c.tar.gz freebsd-ports-gnome-c968cb9e3ef44a49b192ea4db04001c4ec011f0c.tar.zst freebsd-ports-gnome-c968cb9e3ef44a49b192ea4db04001c4ec011f0c.zip |
- chase celt library bump
Diffstat (limited to 'audio/mumble')
-rw-r--r-- | audio/mumble/Makefile | 6 |
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) |