--- Makefile (revision 426329) +++ Makefile (working copy) @@ -17,7 +17,7 @@ USES= gmake iconv pkgconfig USE_GNOME= gtk20 intlhack GNU_CONFIGURE= yes -USE_GCC= yes +#USE_GCC= yes CONFIGURE_ARGS= --prefix=${PREFIX} USE_LDCONFIG= yes --- files/patch-src_settings.c (nonexistent) +++ files/patch-src_settings.c (working copy) @@ -0,0 +1,13 @@ +--- src/setting.c ++++ src/setting.c +@@ -251,7 +251,7 @@ void save_setting() + /* Deep copy settings. */ + Setting * copy_setting(Setting * setting) + { +- g_return_if_fail (setting != NULL); ++ g_return_val_if_fail (setting != NULL, NULL); + + /* Allocate structure. */ + Setting * new_setting = g_slice_new0(Setting); + +