diff --git a/audio/mumble/Makefile b/audio/mumble/Makefile index 09cc27ed47fc..52a9b4c337dc 100644 --- a/audio/mumble/Makefile +++ b/audio/mumble/Makefile @@ -3,7 +3,7 @@ PORTNAME= mumble PORTVERSION= 1.2.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/Mumble/${PORTVERSION} @@ -45,7 +45,7 @@ USE_QT4+= dbus .if ! ${PORT_OPTIONS:MBONJOUR} CONFIG+= no-bonjour .else -LIB_DEPENDS+= dns_sd:${PORTSDIR}/net/mDNSResponder +LIB_DEPENDS+= libdns_sd.so:${PORTSDIR}/net/mDNSResponder .endif post-patch: diff --git a/audio/mumble/files/patch-src-mumble-CELTCodec.cpp b/audio/mumble/files/patch-src-mumble-CELTCodec.cpp new file mode 100644 index 000000000000..b8d3d2f3a0eb --- /dev/null +++ b/audio/mumble/files/patch-src-mumble-CELTCodec.cpp @@ -0,0 +1,11 @@ +--- src/mumble/CELTCodec.cpp.orig 2013-08-07 07:26:41.259860710 +0200 ++++ src/mumble/CELTCodec.cpp 2013-08-07 07:27:58.905421337 +0200 +@@ -64,6 +64,7 @@ + alternatives << QString::fromLatin1("libcelt0.so.%1").arg(version); + alternatives << QString::fromLatin1("libcelt.so.%1").arg(version); + alternatives << QString::fromLatin1("celt.so.%1").arg(version); ++ alternatives << QString::fromLatin1("libcelt-mumble.so.%1").arg(version); + #else + int cpuinfo[4]; + __cpuid(cpuinfo, 1); +