Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/fann/files: fann-2.1.0_beta-asneeded.patch
Date: Wed, 09 Sep 2009 20:35:41
Message-Id: E1MlTtB-0005I9-Sc@stork.gentoo.org
1 bicatali 09/09/09 20:35:37
2
3 Added: fann-2.1.0_beta-asneeded.patch
4 Log:
5 Cleaned and fixed for as-needed
6 (Portage version: 2.2_rc40/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 sci-mathematics/fann/files/fann-2.1.0_beta-asneeded.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/fann/files/fann-2.1.0_beta-asneeded.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/fann/files/fann-2.1.0_beta-asneeded.patch?rev=1.1&content-type=text/plain
13
14 Index: fann-2.1.0_beta-asneeded.patch
15 ===================================================================
16 --- configure.in.orig 2009-09-09 21:18:25.000000000 +0100
17 +++ configure.in 2009-09-09 21:18:43.000000000 +0100
18 @@ -7,4 +7,5 @@
19 AC_C_CONST
20 AC_HEADER_TIME
21 AC_CHECK_FUNCS(gettimeofday)
22 +AC_CHECK_LIB(m, sin)
23 AC_OUTPUT(Makefile src/Makefile src/include/Makefile fann.pc fann.spec)