diff options
Diffstat (limited to 'textproc/ibus/files')
-rw-r--r-- | textproc/ibus/files/patch-src_ibusconfigprivate.h | 20 | ||||
-rw-r--r-- | textproc/ibus/files/patch-util_IMdkit_Makefile.in | 21 |
2 files changed, 0 insertions, 41 deletions
diff --git a/textproc/ibus/files/patch-src_ibusconfigprivate.h b/textproc/ibus/files/patch-src_ibusconfigprivate.h deleted file mode 100644 index 356e8602a06..00000000000 --- a/textproc/ibus/files/patch-src_ibusconfigprivate.h +++ /dev/null @@ -1,20 +0,0 @@ ---- src/ibusconfigprivate.h.orig 2009-11-14 11:44:58.000000000 +0800 -+++ src/ibusconfigprivate.h 2009-11-14 11:45:31.000000000 +0800 -@@ -28,7 +28,7 @@ - g_assert (iter != NULL); - g_assert (value != NULL); - -- gint type; -+ GType type; - IBusMessageIter sub_iter; - - type = ibus_message_iter_get_arg_type (iter); -@@ -83,7 +83,7 @@ - if (type == IBUS_TYPE_ARRAY) { - GValue v = { 0 }; - IBusMessageIter sub_iter; -- gint sub_type; -+ GType sub_type; - GValueArray *array; - - diff --git a/textproc/ibus/files/patch-util_IMdkit_Makefile.in b/textproc/ibus/files/patch-util_IMdkit_Makefile.in deleted file mode 100644 index 7ae1f8c99f6..00000000000 --- a/textproc/ibus/files/patch-util_IMdkit_Makefile.in +++ /dev/null @@ -1,21 +0,0 @@ ---- util/IMdkit/Makefile.in.orig 2009-11-10 13:51:17.000000000 +0800 -+++ util/IMdkit/Makefile.in 2009-11-10 14:03:55.000000000 +0800 -@@ -306,6 +306,9 @@ - IMValues.c \ - $(NULL) - -+libIMdkit_la_CFLAGS = \ -+ @X11_CFLAGS@ -+ - noinst_HEADERS = \ - FrameMgr.h \ - IMdkit.h \ -@@ -396,7 +399,7 @@ - @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` - - .c.lo: --@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -+@am__fastdepCC_TRUE@ $(LTCOMPILE) ${libIMdkit_la_CFLAGS} -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< - @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo - @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ - @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |