]> git.pld-linux.org Git - packages/file-roller.git/blob - file-roller-magic.patch
Update to 3.8.3
[packages/file-roller.git] / file-roller-magic.patch
1 --- file-roller-3.6.3/src/fr-archive.c.orig     2012-11-25 12:53:27.000000000 +0100
2 +++ file-roller-3.6.3/src/fr-archive.c  2013-01-06 17:29:09.217910387 +0100
3 @@ -28,9 +28,6 @@
4  #include <glib.h>
5  #include <glib/gi18n.h>
6  #include <gio/gio.h>
7 -#if ENABLE_MAGIC
8 -#  include <magic.h>
9 -#endif
10  #include "glib-utils.h"
11  #include "file-utils.h"
12  #include "gio-utils.h"
13 --- file-roller-3.6.3/src/glib-utils.c.orig     2012-09-28 11:19:18.000000000 +0200
14 +++ file-roller-3.6.3/src/glib-utils.c  2013-01-06 17:29:09.834605567 +0100
15 @@ -19,9 +19,13 @@
16   *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
17   */
18  
19 +#include <config.h>
20  #include <ctype.h>
21  #include <string.h>
22  #include <stdio.h>
23 +#if ENABLE_MAGIC
24 +#  include <magic.h>
25 +#endif
26  #include <glib.h>
27  #include <glib/gi18n.h>
28  #include <glib/gprintf.h>
This page took 0.046203 seconds and 3 git commands to generate.