summaryrefslogtreecommitdiff
path: root/audio/lmms/files/patch-plugins_sf2_player_sf2_player.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'audio/lmms/files/patch-plugins_sf2_player_sf2_player.cpp')
-rw-r--r--audio/lmms/files/patch-plugins_sf2_player_sf2_player.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/audio/lmms/files/patch-plugins_sf2_player_sf2_player.cpp b/audio/lmms/files/patch-plugins_sf2_player_sf2_player.cpp
deleted file mode 100644
index 8ac4af5f8dab..000000000000
--- a/audio/lmms/files/patch-plugins_sf2_player_sf2_player.cpp
+++ /dev/null
@@ -1,13 +0,0 @@
---- plugins/sf2_player/sf2_player.cpp.orig 2011-07-02 13:14:01.000000000 +0000
-+++ plugins/sf2_player/sf2_player.cpp 2011-09-29 12:18:02.000000000 +0000
-@@ -23,6 +23,10 @@
- *
- */
-
-+#include <math.h>
-+#if __FreeBSD_version <= 704100 || (__FreeBSD_version >= 800000 && __FreeBSD_version < 802502) || (__FreeBSD_version >= 900000 && __FreeBSD_version < 900027)
-+ #define log2(x) ( log (x) * (1./M_LN2) )
-+#endif
- #include <QtCore/QDebug>
- #include <QtCore/QTextStream>
- #include <QtGui/QLayout>