Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/teckit/files: teckit-2.5.1-gcc43.patch teckit-2.5.1-rc.patch
Date: Thu, 07 Jan 2010 17:19:20
Message-Id: E1NSw0x-0007E5-Fl@stork.gentoo.org
1 aballier 10/01/07 17:19:15
2
3 Added: teckit-2.5.1-gcc43.patch teckit-2.5.1-rc.patch
4 Log:
5 Initial import, will be needed for TL 2009, ebuild by me
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 app-text/teckit/files/teckit-2.5.1-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/teckit/files/teckit-2.5.1-gcc43.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/teckit/files/teckit-2.5.1-gcc43.patch?rev=1.1&content-type=text/plain
13
14 Index: teckit-2.5.1-gcc43.patch
15 ===================================================================
16 Index: TECkit_2_5_1/source/Compiler.cpp
17 ===================================================================
18 --- TECkit_2_5_1.orig/source/Compiler.cpp
19 +++ TECkit_2_5_1/source/Compiler.cpp
20 @@ -29,6 +29,7 @@ Description:
21
22 #include "Compiler.h"
23
24 +#include <cstdio>
25 #include <iostream>
26 #include <iomanip>
27 #include <algorithm>
28
29
30
31 1.1 app-text/teckit/files/teckit-2.5.1-rc.patch
32
33 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/teckit/files/teckit-2.5.1-rc.patch?rev=1.1&view=markup
34 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/teckit/files/teckit-2.5.1-rc.patch?rev=1.1&content-type=text/plain
35
36 Index: teckit-2.5.1-rc.patch
37 ===================================================================
38 Index: TECkit_2_5_1/configure.ac
39 ===================================================================
40 --- TECkit_2_5_1.orig/configure.ac
41 +++ TECkit_2_5_1/configure.ac
42 @@ -15,10 +15,6 @@ AM_PROG_CC_C_O
43 AC_PROG_INSTALL
44 AC_PROG_LIBTOOL
45
46 -if test "${target_os}" = "mingw32"; then
47 -AC_PROG_RC
48 -fi
49 -
50 AC_ARG_WITH(old-lib-names,
51 [ --with-old-lib-names Use old library names (for Windows only)],
52 [case "${withval}" in