diff options
Diffstat (limited to 'audio/mixxx/files/patch-src_soundsourceproxy.cpp')
-rw-r--r-- | audio/mixxx/files/patch-src_soundsourceproxy.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/mixxx/files/patch-src_soundsourceproxy.cpp b/audio/mixxx/files/patch-src_soundsourceproxy.cpp new file mode 100644 index 000000000000..56423ca4d62b --- /dev/null +++ b/audio/mixxx/files/patch-src_soundsourceproxy.cpp @@ -0,0 +1,11 @@ +--- src/soundsourceproxy.cpp.orig 2013-05-08 23:20:26 UTC ++++ src/soundsourceproxy.cpp +@@ -84,7 +84,7 @@ void SoundSourceProxy::loadPlugins() + 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()); |