1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/audio/mixxx/files/patch-src__soundsourceproxy.cpp
Martin Wilke 90234f16f1 - Update to 1.11.0
PR:		178956
Submitted by:	Ports Fury
2013-05-28 13:47:40 +00:00

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