diff options
Diffstat (limited to 'audio/mixxx/files/patch-src::wvisualwaveform.cpp')
-rw-r--r-- | audio/mixxx/files/patch-src::wvisualwaveform.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/mixxx/files/patch-src::wvisualwaveform.cpp b/audio/mixxx/files/patch-src::wvisualwaveform.cpp new file mode 100644 index 000000000000..8003ae9d6eaa --- /dev/null +++ b/audio/mixxx/files/patch-src::wvisualwaveform.cpp @@ -0,0 +1,11 @@ +--- src/wvisualwaveform.cpp.orig Fri Jun 25 20:55:03 2004 ++++ src/wvisualwaveform.cpp Fri Jun 25 20:55:19 2004 +@@ -36,7 +36,7 @@ + #ifdef __WIN__ + startTimer(15); + #endif +-#ifdef __LINUX__ ++#if defined(__LINUX__) || defined(__FreeBSD__) + startTimer(15); + #endif + |