[imsettings/f17] Fix another build issues

Akira TAGOH tagoh at fedoraproject.org
Thu Oct 18 09:11:54 UTC 2012


commit 8db3154654d1d77d89d9781815902f316e28afaa
Author: Akira TAGOH <tagoh at redhat.com>
Date:   Thu Oct 18 18:11:13 2012 +0900

    Fix another build issues

 imsettings-fix-glib-error.patch |   11 +++++++++++
 imsettings.spec                 |    3 +++
 2 files changed, 14 insertions(+), 0 deletions(-)
---
diff --git a/imsettings-fix-glib-error.patch b/imsettings-fix-glib-error.patch
new file mode 100644
index 0000000..ab840e2
--- /dev/null
+++ b/imsettings-fix-glib-error.patch
@@ -0,0 +1,11 @@
+diff -pruN imsettings-1.2.9.orig/tests/rhbz_599924.c imsettings-1.2.9/tests/rhbz_599924.c
+--- imsettings-1.2.9.orig/tests/rhbz_599924.c	2011-10-14 12:23:27.000000000 +0900
++++ imsettings-1.2.9/tests/rhbz_599924.c	2012-10-18 18:09:24.000000000 +0900
+@@ -27,7 +27,6 @@
+ 
+ #include <unistd.h>
+ #include <glib.h>
+-#include <glib/gthread.h>
+ #include "imsettings-info.h"
+ #include "main.h"
+ 
diff --git a/imsettings.spec b/imsettings.spec
index 59c1f2f..ae02b12 100644
--- a/imsettings.spec
+++ b/imsettings.spec
@@ -20,6 +20,7 @@ Patch1:		imsettings-disable-xim.patch
 Patch2:		imsettings-xinput-xcompose.patch
 Patch3:		imsettings-mate.patch
 Patch4:		imsettings-cleanup.patch
+Patch5:		imsettings-fix-glib-error.patch
 
 Summary:	Delivery framework for general Input Method configuration
 Group:		Applications/System
@@ -170,7 +171,9 @@ This package contains a module to get this working on MATE.
 %patch2 -p1 -b .2-xcompose
 %patch3 -p1 -b .3-mate
 %patch4 -p1 -b .4-cleanup
+%patch5 -p1 -b .5-glib
 aclocal
+libtoolize -f
 automake -f
 autoconf -f
 


More information about the scm-commits mailing list