diff options
Diffstat (limited to 'games/gcompris/files/patch-src_gcompris_gcompris.c')
-rw-r--r-- | games/gcompris/files/patch-src_gcompris_gcompris.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/games/gcompris/files/patch-src_gcompris_gcompris.c b/games/gcompris/files/patch-src_gcompris_gcompris.c index 4784afb13e1f..9c8c0c22b2f3 100644 --- a/games/gcompris/files/patch-src_gcompris_gcompris.c +++ b/games/gcompris/files/patch-src_gcompris_gcompris.c @@ -1,11 +1,11 @@ ---- src/gcompris/gcompris.c.orig 2011-02-22 23:55:08.000000000 +0300 -+++ src/gcompris/gcompris.c 2011-08-12 10:54:59.000000000 +0400 -@@ -1295,7 +1295,7 @@ - g_error_free (error); - } - +--- src/gcompris/gcompris.c.orig 2012-10-27 03:24:09.000000000 +0400 ++++ src/gcompris/gcompris.c 2012-11-26 21:38:50.000000000 +0400 +@@ -1332,7 +1332,7 @@ + /* Display the directory value we have */ + static void display_property_dirs() + { - exec_prefix = gbr_find_exe_dir(NULL); + exec_prefix = gbr_find_exe_dir("%%PREFIX%%"); - g_warning("exec_prefix %s\n", (exec_prefix==NULL ? "NONE" : exec_prefix)); + printf("exec_prefix = %s\n", (exec_prefix==NULL ? "NONE" : exec_prefix)); - { + printf("package_data_dir = %s\n", properties->package_data_dir); |