wok-next view libgnome/stuff/patches/05_glib-2.54-ftbfs.patch @ rev 21119

libarchive: depends on libzstd
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jan 14 03:39:08 2019 +0200 (2019-01-14)
parents
children
line source
1 Description: Fix FTBFS with glib 2.54
2 glib-mkenums now expects input files to be UTF-8,
3 fix the encoding of libgnome/gnome-config.h
4 Author: Adrian Bunk <bunk@debian.org>
6 --- libgnome-2.32.1.orig/libgnome/gnome-config.h
7 +++ libgnome-2.32.1/libgnome/gnome-config.h
8 @@ -270,7 +270,7 @@ void gnome_config_clean_key_ (const char
9 #define gnome_config_private_clean_key(path) \
10 (gnome_config_clean_key_((path),TRUE))
12 -/* returns the true filename of the config file */
13 +/* returns the true filename of the config file */
14 #define gnome_config_get_real_path(path) \
15 (g_build_filename (gnome_user_dir_get(),(path),NULL))
16 #define gnome_config_private_get_real_path(path) \