aboutsummaryrefslogtreecommitdiff
path: root/math/djbfft
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2009-03-27 12:52:23 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2009-03-27 12:52:23 +0000
commit981f0b55f422e83c9707f7d3e6573a4fafb43284 (patch)
treebb14c00cdb24eeddfef304c32e0094c81ccb6c45 /math/djbfft
parent3ace35625598bea10d4dac6e5819c4d80585f068 (diff)
downloadports-981f0b55f422e83c9707f7d3e6573a4fafb43284.tar.gz
ports-981f0b55f422e83c9707f7d3e6573a4fafb43284.zip
Notes
Diffstat (limited to 'math/djbfft')
-rw-r--r--math/djbfft/files/patch-accuracy.c8
-rw-r--r--math/djbfft/files/patch-accuracy2.c8
-rw-r--r--math/djbfft/files/patch-speed.c8
3 files changed, 24 insertions, 0 deletions
diff --git a/math/djbfft/files/patch-accuracy.c b/math/djbfft/files/patch-accuracy.c
new file mode 100644
index 000000000000..60f99ce03fce
--- /dev/null
+++ b/math/djbfft/files/patch-accuracy.c
@@ -0,0 +1,8 @@
+--- accuracy.c.orig 2009-03-27 09:48:32.000000000 -0300
++++ accuracy.c 2009-03-27 09:48:45.000000000 -0300
+@@ -1,4 +1,5 @@
+ #include <stdio.h>
++#include <stdlib.h>
+ #include <math.h>
+ #include "fftc4.h"
+ #include "fftc8.h"
diff --git a/math/djbfft/files/patch-accuracy2.c b/math/djbfft/files/patch-accuracy2.c
new file mode 100644
index 000000000000..e6ca8859c283
--- /dev/null
+++ b/math/djbfft/files/patch-accuracy2.c
@@ -0,0 +1,8 @@
+--- accuracy2.c.orig 2009-03-27 09:49:20.000000000 -0300
++++ accuracy2.c 2009-03-27 09:49:29.000000000 -0300
+@@ -1,4 +1,5 @@
+ #include <stdio.h>
++#include <stdlib.h>
+ #include <math.h>
+ #include "fftc4.h"
+ #include "fftc8.h"
diff --git a/math/djbfft/files/patch-speed.c b/math/djbfft/files/patch-speed.c
new file mode 100644
index 000000000000..733b981c4f18
--- /dev/null
+++ b/math/djbfft/files/patch-speed.c
@@ -0,0 +1,8 @@
+--- speed.c.orig 2009-03-27 09:49:42.000000000 -0300
++++ speed.c 2009-03-27 09:49:57.000000000 -0300
+@@ -1,4 +1,5 @@
+ #include <stdio.h>
++#include <stdlib.h>
+ #include "fftr4.h"
+ #include "fftr8.h"
+ #include "fftc4.h"