Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-i18n/libtabe/files: libtabe-0.2.6-fabs.patch
Date: Tue, 29 Apr 2008 19:52:51
Message-Id: E1Jqvse-0003ot-Kp@stork.gentoo.org
1 drac 08/04/29 19:52:48
2
3 Added: libtabe-0.2.6-fabs.patch
4 Log:
5 Version bump wrt #219348 using ebuild by Peter Alfredsen.
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.1 app-i18n/libtabe/files/libtabe-0.2.6-fabs.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/libtabe/files/libtabe-0.2.6-fabs.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/libtabe/files/libtabe-0.2.6-fabs.patch?rev=1.1&content-type=text/plain
13
14 Index: libtabe-0.2.6-fabs.patch
15 ===================================================================
16 * QA Notice: Package has poor programming practices which may compile
17 * fine but exhibit random runtime failures.
18 * tabe_tsi.c:385: warning: incompatible implicit declaration of built-in function ‘fabs’
19 * tabe_tsi.c:437: warning: incompatible implicit declaration of built-in function ‘fabs’
20 * tabe_tsi.c:496: warning: incompatible implicit declaration of built-in function ‘fabs’
21 * Please do not file a Gentoo bug and instead report the above QA
22 * issues directly to the upstream developers of this software.
23 * Homepage: http://packages.qa.debian.org/libt/libtabe.html
24
25 diff -NrU5 libtabe-0.2.6.orig.really/src/tabe_tsi.c libtabe-0.2.6.orig/src/tabe_tsi.c
26 --- libtabe-0.2.6.orig.really/src/tabe_tsi.c 2008-04-20 01:35:56.000000000 +0200
27 +++ libtabe-0.2.6.orig/src/tabe_tsi.c 2008-04-20 01:36:46.000000000 +0200
28 @@ -12,10 +12,11 @@
29 #endif
30
31 #include <stdio.h>
32 #include <stdlib.h>
33 #include <string.h>
34 +#include <math.h>
35
36 #include "tabe.h"
37
38 struct TsiInfo *
39 tabeTsiInfoNew(char *str)
40
41
42
43 --
44 gentoo-commits@l.g.o mailing list