mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
45abaf0d86
- Update another LIB_DEPENDS syntax I missed Approved by: swills (mentor)
12 lines
483 B
C++
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);
|
|
|