diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-08-10 13:51:06 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-08-10 13:51:06 +0100 |
commit | 66a8d3fcd3b52aaed970ed3b6772da7959a3dc9e (patch) | |
tree | 55b4eb236a8184e99df0ad93a1fd5015e6516270 /sci-libs | |
parent | profiles/base: remove outdated media-gfx/darktable USE mask (diff) | |
download | gentoo-66a8d3fcd3b52aaed970ed3b6772da7959a3dc9e.tar.gz gentoo-66a8d3fcd3b52aaed970ed3b6772da7959a3dc9e.tar.bz2 gentoo-66a8d3fcd3b52aaed970ed3b6772da7959a3dc9e.zip |
sci-libs/djbfft: make djbfft-0.76-headers.patch eapply-compatible
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/djbfft/files/djbfft-0.76-headers.patch | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/sci-libs/djbfft/files/djbfft-0.76-headers.patch b/sci-libs/djbfft/files/djbfft-0.76-headers.patch index 39fb623f10ef..e6c82d2eb626 100644 --- a/sci-libs/djbfft/files/djbfft-0.76-headers.patch +++ b/sci-libs/djbfft/files/djbfft-0.76-headers.patch @@ -1,36 +1,36 @@ ---- strerr.h.orig 1999-09-30 23:25:58.000000000 +0300 -+++ strerr.h 2008-09-13 22:14:09.000000000 +0300 +--- a/strerr.h ++++ b/strerr.h @@ -1,3 +1,5 @@ +#include <errno.h> + #ifndef STRERR_H #define STRERR_H ---- substdio.h.orig 1999-09-30 23:25:58.000000000 +0300 -+++ substdio.h 2008-09-13 22:13:41.000000000 +0300 +--- a/substdio.h ++++ b/substdio.h @@ -1,3 +1,5 @@ +#include <errno.h> + #ifndef SUBSTDIO_H #define SUBSTDIO_H ---- speed.c.orig 1999-09-30 23:25:58.000000000 +0300 -+++ speed.c 2008-09-13 19:16:20.352525481 +0300 +--- a/speed.c ++++ b/speed.c @@ -1,4 +1,5 @@ #include <stdio.h> +#include <stdlib.h> #include "fftr4.h" #include "fftr8.h" #include "fftc4.h" ---- accuracy2.c.orig 2008-10-10 20:51:06.000000000 +0100 -+++ accuracy2.c 2008-10-10 20:51:55.000000000 +0100 +--- a/accuracy2.c ++++ b/accuracy2.c @@ -1,3 +1,4 @@ +#include <stdlib.h> #include <stdio.h> #include <math.h> #include "fftc4.h" ---- accuracy.c.orig 2008-10-10 21:03:30.000000000 +0100 -+++ accuracy.c 2008-10-10 21:03:43.000000000 +0100 +--- a/accuracy.c ++++ b/accuracy.c @@ -1,3 +1,4 @@ +#include <stdlib.h> #include <stdio.h> |