/[smeserver]/rpms/aspell/sme7/aspell-0.60.3-long_gettext.patch
ViewVC logotype

Contents of /rpms/aspell/sme7/aspell-0.60.3-long_gettext.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Tue Jun 12 14:41:55 2007 UTC (16 years, 11 months ago) by slords
Branch: MAIN
CVS Tags: aspell-0_60_3-7_1_el4_sme, HEAD
Import on branch sme7 of package aspell-0.60.3-7.1.el4.sme.src.rpm

1 --- aspell-0.60.3/configure.long 2005-06-27 11:54:59.000000000 +0200
2 +++ aspell-0.60.3/configure 2005-07-13 15:55:33.647599944 +0200
3 @@ -21142,7 +21142,7 @@
4 main ()
5 {
6 bindtextdomain ("", "");
7 -return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
8 +return (int) (long) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
9 ;
10 return 0;
11 }
12 @@ -21752,7 +21752,7 @@
13 main ()
14 {
15 bindtextdomain ("", "");
16 -return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias (0)
17 +return (int) (long) gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias (0)
18 ;
19 return 0;
20 }
21 @@ -21807,7 +21807,7 @@
22 main ()
23 {
24 bindtextdomain ("", "");
25 -return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias (0)
26 +return (int) (long) gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias (0)
27 ;
28 return 0;
29 }

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed