diff options
author | lioux <lioux@FreeBSD.org> | 2009-03-27 20:52:23 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2009-03-27 20:52:23 +0800 |
commit | 64a042b6dfc0aa90afea03a85ce206575564071c (patch) | |
tree | 4516bfa8ae63578b7f29e45cf1a42fcd2de62f7b /math/djbfft | |
parent | 42425447f7887b1ba3ad0b1f8433b6b60bdcdae0 (diff) | |
download | freebsd-ports-gnome-64a042b6dfc0aa90afea03a85ce206575564071c.tar.gz freebsd-ports-gnome-64a042b6dfc0aa90afea03a85ce206575564071c.tar.zst freebsd-ports-gnome-64a042b6dfc0aa90afea03a85ce206575564071c.zip |
o Silence some compiler warnings by adding some missing header files
o No PORTREVISION bump since there was no functional change
Diffstat (limited to 'math/djbfft')
-rw-r--r-- | math/djbfft/files/patch-accuracy.c | 8 | ||||
-rw-r--r-- | math/djbfft/files/patch-accuracy2.c | 8 | ||||
-rw-r--r-- | math/djbfft/files/patch-speed.c | 8 |
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" |