- Apply patch that slipped last commit
- Update another LIB_DEPENDS syntax I missed Approved by: swills (mentor)
This commit is contained in:
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
|
@ -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:
|
||||
|
|
11
audio/mumble/files/patch-src-mumble-CELTCodec.cpp
Normal file
11
audio/mumble/files/patch-src-mumble-CELTCodec.cpp
Normal 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);
|
||||
|
Loading…
Reference in a new issue