diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2009-09-09 20:35:37 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2009-09-09 20:35:37 +0000 |
commit | f3f20ba7fbbe7df3ef956aab18c78971842314ae (patch) | |
tree | 6ae62c4bc6e9e131d6fb9de6c99bf49f886fdfc1 /sci-mathematics/fann/files | |
parent | amd64/x86 stable, bug #283378 (diff) | |
download | gentoo-2-f3f20ba7fbbe7df3ef956aab18c78971842314ae.tar.gz gentoo-2-f3f20ba7fbbe7df3ef956aab18c78971842314ae.tar.bz2 gentoo-2-f3f20ba7fbbe7df3ef956aab18c78971842314ae.zip |
Cleaned and fixed for as-needed
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics/fann/files')
-rw-r--r-- | sci-mathematics/fann/files/fann-2.1.0_beta-asneeded.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sci-mathematics/fann/files/fann-2.1.0_beta-asneeded.patch b/sci-mathematics/fann/files/fann-2.1.0_beta-asneeded.patch new file mode 100644 index 000000000000..f68da2d4eccb --- /dev/null +++ b/sci-mathematics/fann/files/fann-2.1.0_beta-asneeded.patch @@ -0,0 +1,8 @@ +--- configure.in.orig 2009-09-09 21:18:25.000000000 +0100 ++++ configure.in 2009-09-09 21:18:43.000000000 +0100 +@@ -7,4 +7,5 @@ + AC_C_CONST + AC_HEADER_TIME + AC_CHECK_FUNCS(gettimeofday) ++AC_CHECK_LIB(m, sin) + AC_OUTPUT(Makefile src/Makefile src/include/Makefile fann.pc fann.spec) |