1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/audio/mumble/files/patch-src-mumble-CELTCodec.cpp
Mark Felder 45abaf0d86 - Apply patch that slipped last commit
- Update another LIB_DEPENDS syntax I missed

Approved by:	swills (mentor)
2013-10-13 15:41:34 +00:00

12 lines
483 B
C++

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