diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2004-12-28 20:11:36 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2004-12-28 20:11:36 +0000 |
commit | 4b2e1fe6ad4974db4421f471128bbcd90409e4ad (patch) | |
tree | bdbb63624d33c1be9de88acdbd0a38e85119bb22 /sci-libs/djbfft/files/djbfft-0.76-gcc3.patch | |
parent | Fixed ChangeLog header. (Manifest recommit) (diff) | |
download | gentoo-2-4b2e1fe6ad4974db4421f471128bbcd90409e4ad.tar.gz gentoo-2-4b2e1fe6ad4974db4421f471128bbcd90409e4ad.tar.bz2 gentoo-2-4b2e1fe6ad4974db4421f471128bbcd90409e4ad.zip |
Moved from dev-libs/djbfft to sci-libs/djbfft.
Diffstat (limited to 'sci-libs/djbfft/files/djbfft-0.76-gcc3.patch')
-rw-r--r-- | sci-libs/djbfft/files/djbfft-0.76-gcc3.patch | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/sci-libs/djbfft/files/djbfft-0.76-gcc3.patch b/sci-libs/djbfft/files/djbfft-0.76-gcc3.patch new file mode 100644 index 000000000000..6f1a677d6583 --- /dev/null +++ b/sci-libs/djbfft/files/djbfft-0.76-gcc3.patch @@ -0,0 +1,37 @@ +--- djbfft-0.76/install.c.orig 2003-04-25 23:31:34.000000000 +0200 ++++ djbfft-0.76/install.c 2003-04-25 23:29:05.000000000 +0200 +@@ -1,3 +1,4 @@ ++#include <errno.h> + #include "substdio.h" + #include "strerr.h" + #include "error.h" +--- djbfft-0.76/instcheck.c.orig 2003-04-25 23:31:34.000000000 +0200 ++++ djbfft-0.76/instcheck.c 2003-04-25 23:28:11.000000000 +0200 +@@ -1,5 +1,6 @@ + #include <sys/types.h> + #include <sys/stat.h> ++#include <errno.h> + #include "strerr.h" + #include "error.h" + #include "readwrite.h" +--- djbfft-0.76/strerr_sys.c.orig 2003-04-25 23:31:34.000000000 +0200 ++++ djbfft-0.76/strerr_sys.c 2003-04-25 23:28:32.000000000 +0200 +@@ -1,3 +1,4 @@ ++#include <errno.h> + #include "error.h" + #include "strerr.h" + +--- djbfft-0.76/substdi.c.orig 2003-04-25 23:31:34.000000000 +0200 ++++ djbfft-0.76/substdi.c 2003-04-25 23:28:41.000000000 +0200 +@@ -1,3 +1,4 @@ ++#include <errno.h> + #include "substdio.h" + #include "byte.h" + #include "error.h" +--- djbfft-0.76/substdo.c.orig 2003-04-25 23:31:34.000000000 +0200 ++++ djbfft-0.76/substdo.c 2003-04-25 23:28:47.000000000 +0200 +@@ -1,3 +1,4 @@ ++#include <errno.h> + #include "substdio.h" + #include "str.h" + #include "byte.h" |