ports/audio/lmms/files/patch-plugins_organic_organic.cpp
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

12 lines
348 B
C++

--- plugins/organic/organic.cpp.orig 2015-03-08 02:47:14 UTC
+++ plugins/organic/organic.cpp
@@ -41,6 +41,9 @@
#include "embed.cpp"
+#if __FreeBSD_version <= 704100 || (__FreeBSD_version >= 800000 && __FreeBSD_version < 802502) || (__FreeBSD_version >= 900000 && __FreeBSD_version < 900027)
+#define log2f(x) (logf(x) / logf(2))
+#endif