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/gretl/files: gretl-1.7.9-nls.patch
Date: Wed, 08 Oct 2008 21:50:31
Message-Id: E1KngvL-0007XH-6N@stork.gentoo.org
1 bicatali 08/10/08 21:50:27
2
3 Added: gretl-1.7.9-nls.patch
4 Log:
5 Version bump
6 (Portage version: 2.2_rc11/cvs/Linux 2.6.25-gentoo-r7 x86_64)
7
8 Revision Changes Path
9 1.1 sci-mathematics/gretl/files/gretl-1.7.9-nls.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/gretl/files/gretl-1.7.9-nls.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/gretl/files/gretl-1.7.9-nls.patch?rev=1.1&content-type=text/plain
13
14 Index: gretl-1.7.9-nls.patch
15 ===================================================================
16 --- gui2/gui_recode.c.orig 2008-09-22 17:29:52.000000000 +0100
17 +++ gui2/gui_recode.c 2008-10-08 21:19:22.000000000 +0100
18 @@ -285,6 +285,10 @@
19 return ret;
20 }
21
22 +#else
23 +gchar *my_filename_from_utf8 (char *fname) { return fname; }
24 +gchar *my_filename_to_utf8 (const char *fname) { return g_strdup(fname); }
25 +int maybe_recode_gp_file_to_utf8 (const char *fname) { return 1; }
26 #endif /* ENABLE_NLS */