mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
90234f16f1
PR: 178956 Submitted by: Ports Fury
12 lines
489 B
C++
12 lines
489 B
C++
--- src/soundsourceproxy.cpp.orig 2011-12-24 11:53:20.000000000 +0900
|
|
+++ src/soundsourceproxy.cpp 2012-01-16 06:10:09.000000000 +0900
|
|
@@ -84,7 +84,7 @@
|
|
qDebug() << "Adding plugin path from commandline arg:" << pluginPath;
|
|
pluginDirs.append(QDir(pluginPath));
|
|
}
|
|
-#ifdef __LINUX__
|
|
+#if defined(__BSD__) || defined(__LINUX__)
|
|
QDir libPath(UNIX_LIB_PATH);
|
|
if (libPath.cd("plugins") && libPath.cd("soundsource")) {
|
|
pluginDirs.append(libPath.absolutePath());
|