diff options
Diffstat (limited to 'audio/patchage/files/patch-src-Patchage.cpp')
-rw-r--r-- | audio/patchage/files/patch-src-Patchage.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/audio/patchage/files/patch-src-Patchage.cpp b/audio/patchage/files/patch-src-Patchage.cpp deleted file mode 100644 index 5677cd232470..000000000000 --- a/audio/patchage/files/patch-src-Patchage.cpp +++ /dev/null @@ -1,14 +0,0 @@ ---- src/Patchage.cpp.orig 2011-01-10 07:53:06.000000000 +0900 -+++ src/Patchage.cpp 2011-07-24 02:43:38.000000000 +0900 -@@ -21,6 +21,11 @@ - #include <fstream> - #include <sstream> - -+#include <sys/param.h> -+#if __FreeBSD_version <= 704100 || (__FreeBSD_version >= 800000 && __FreeBSD_version < 802502) || (__FreeBSD_version >= 900000 && __FreeBSD_version < 900027) -+#define log2f(x) (logf(x) / logf(2)) -+#endif -+ - #include <gtk/gtkwindow.h> - #include <libglademm/xml.h> - #include <libgnomecanvasmm.h> |