diff options
author | 2008-10-08 21:50:27 +0000 | |
---|---|---|
committer | 2008-10-08 21:50:27 +0000 | |
commit | ad62efa52a8befa38031c1e6231315cacb4f5d17 (patch) | |
tree | 23da74dc1d6fd437bb176c226eee43e7d23003c3 /sci-mathematics/gretl/files | |
parent | amd64/x86 stable, bug #240516 (diff) | |
download | gentoo-2-ad62efa52a8befa38031c1e6231315cacb4f5d17.tar.gz gentoo-2-ad62efa52a8befa38031c1e6231315cacb4f5d17.tar.bz2 gentoo-2-ad62efa52a8befa38031c1e6231315cacb4f5d17.zip |
Version bump
(Portage version: 2.2_rc11/cvs/Linux 2.6.25-gentoo-r7 x86_64)
Diffstat (limited to 'sci-mathematics/gretl/files')
-rw-r--r-- | sci-mathematics/gretl/files/gretl-1.7.9-nls.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sci-mathematics/gretl/files/gretl-1.7.9-nls.patch b/sci-mathematics/gretl/files/gretl-1.7.9-nls.patch new file mode 100644 index 000000000000..a961c2dcdf06 --- /dev/null +++ b/sci-mathematics/gretl/files/gretl-1.7.9-nls.patch @@ -0,0 +1,13 @@ +--- gui2/gui_recode.c.orig 2008-09-22 17:29:52.000000000 +0100 ++++ gui2/gui_recode.c 2008-10-08 21:19:22.000000000 +0100 +@@ -285,6 +285,10 @@ + return ret; + } + ++#else ++gchar *my_filename_from_utf8 (char *fname) { return fname; } ++gchar *my_filename_to_utf8 (const char *fname) { return g_strdup(fname); } ++int maybe_recode_gp_file_to_utf8 (const char *fname) { return 1; } + #endif /* ENABLE_NLS */ + + |