- Apply patch that slipped last commit

- Update another LIB_DEPENDS syntax I missed

Approved by:	swills (mentor)
This commit is contained in:
Mark Felder 2013-10-13 15:41:34 +00:00
parent 17d861e38a
commit 45abaf0d86
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=330235
2 changed files with 13 additions and 2 deletions

View file

@ -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:

View file

@ -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);