summaryrefslogtreecommitdiff
path: root/audio/mixxx/files/patch-src__soundsourceproxy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'audio/mixxx/files/patch-src__soundsourceproxy.cpp')
-rw-r--r--audio/mixxx/files/patch-src__soundsourceproxy.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/audio/mixxx/files/patch-src__soundsourceproxy.cpp b/audio/mixxx/files/patch-src__soundsourceproxy.cpp
deleted file mode 100644
index 8809f02491dc..000000000000
--- a/audio/mixxx/files/patch-src__soundsourceproxy.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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());